Changeset 158
- Timestamp:
- 10/13/2009 03:08:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/seed_io/seed_tidy.c
r135 r158 80 80 static SeedSbyteT *tdv_seedrec; /* pointer to scratch buffer */ 81 81 static FILE *tdv_created, *tdv_read; /* pointers to log files */ 82 static float tdv_maxgapfac= 12000.0;/* max. gap lth in dt within a file */82 static float tdv_maxgapfac=5000.0; /* max. gap lth in dt within a file */ 83 83 static char tdv_newstation[cBcLineLth+1]=""; /* new station name */ 84 84 static char tdv_newchan[cBcLineLth+1]=""; /* new channel name */
Note: See TracChangeset
for help on using the changeset viewer.