[Scipy-svn] r2699 - trunk/Lib/sandbox/timeseries/src

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Feb 10 19:33:21 EST 2007


Author: mattknox_ca
Date: 2007-02-10 18:33:13 -0600 (Sat, 10 Feb 2007)
New Revision: 2699

Modified:
   trunk/Lib/sandbox/timeseries/src/cseries.c
Log:
removed some outdated comments

Modified: trunk/Lib/sandbox/timeseries/src/cseries.c
===================================================================
--- trunk/Lib/sandbox/timeseries/src/cseries.c	2007-02-09 20:03:49 UTC (rev 2698)
+++ trunk/Lib/sandbox/timeseries/src/cseries.c	2007-02-11 00:33:13 UTC (rev 2699)
@@ -7,11 +7,6 @@
 
 static char cseries_doc[] = "Speed sensitive time series operations";
 
-/*
-these are the earliest values at each frequency that can be converted
-to frequencies higher than daily (ie. Hourly, Minutely, Secondly)
-*/
-
 #define FANN  1000  /* Annual */
 #define FQTR  2000  /* Quarterly */
 #define FMTH  3000  /* Monthly */
@@ -22,18 +17,6 @@
 #define FMIN  8000  /* Minutely */
 #define FSEC  9000  /* Secondly */
 #define FUND  -9999 /* Undefined */
-/*
-static long FANN = 1000;
-static long FQTR = 2000;
-static long FMTH = 3000;
-static long FWK  = 4000;
-static long FBUS = 5000;
-static long FDL  = 6000;
-static long FHR  = 7000;
-static long FMIN = 8000;
-static long FSEC = 9000;
-static long FUND = -9999;
-*/
 
 static long minval_D_toHighFreq = 719163;
 




More information about the Scipy-svn mailing list