Changeset 158


Ignore:
Timestamp:
10/13/2009 03:08:54 PM (14 years ago)
Author:
marcus
Message:

r92 | svn | 2009-10-05 21:55:36 +0200 (Mo, 05 Okt 2009) | 1 line

reduced default maxgapfac from 12000 to 5000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seed_io/seed_tidy.c

    r135 r158  
    8080static SeedSbyteT *tdv_seedrec;           /* pointer to scratch buffer */ 
    8181static FILE *tdv_created, *tdv_read;      /* pointers to log files */ 
    82 static float tdv_maxgapfac=12000.0;       /* max. gap lth in dt within a file */ 
     82static float tdv_maxgapfac=5000.0;        /* max. gap lth in dt within a file */ 
    8383static char tdv_newstation[cBcLineLth+1]=""; /* new station name */ 
    8484static char tdv_newchan[cBcLineLth+1]=""; /* new channel name */ 
Note: See TracChangeset for help on using the changeset viewer.