Changeset 203 for SH_SHM/trunk
- Timestamp:
- 04/01/2010 02:30:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/seed_io/seedquickdump.c
r202 r203 3 3 * =============== 4 4 * 5 * $Revision: 1 19 $, $Date: 2010-03-31 07:40:13 +0200 (Mi, 31 MÀr 2010) $5 * $Revision: 120 $, $Date: 2010-04-01 14:17:38 +0200 (Do, 01 Apr 2010) $ 6 6 * 7 7 * Dumps out Headerinfo of SEED files. … … 178 178 if (Severe(&status)) { 179 179 fprintf( stderr, 180 "%s: could n't read start time in file %s (status %d)\n",180 "%s: could not read start time in file %s (status %d)\n", 181 181 pa_progname(), seedfile, status ); 182 182 fclose( fp ); … … 187 187 if (Severe(&status)) { 188 188 fprintf( stderr, 189 "%s: could n't convert start time (status %d) in file %s\n",189 "%s: could not convert start time (status %d) in file %s\n", 190 190 pa_progname(), status, seedfile ); 191 191 fprintf( stderr, "%s: ntime: %d,%d,%d,%d,%d,%d,%d\n", pa_progname(), … … 229 229 &status ); 230 230 if (Severe(&status)) { 231 fprintf( stderr, "%s: could n't compute end time in file\n",231 fprintf( stderr, "%s: could not compute end time in file\n", 232 232 pa_progname(), seedfile ); 233 233 fclose( fp ); … … 394 394 if (Severe(&status) && errcnt > 10) { 395 395 fprintf( stderr, 396 "%s: could n't read start time of last record in file %s\n",396 "%s: could not read start time of last record in file %s\n", 397 397 pa_progname(), seedfile ); 398 398 fclose( fp ); … … 403 403 tc_nadd( &ntime, (float)(seedhdr->no_of_samples)*dt, &ntime, &status ); 404 404 if (Severe(&status)) { 405 fprintf( stderr, "%s: could n't compute end time in file\n",405 fprintf( stderr, "%s: could not compute end time in file\n", 406 406 pa_progname(), seedfile ); 407 407 fclose( fp ); … … 411 411 tc_n2t( &ntime, sfd_t_end, &status ); 412 412 if (Severe(&status)) { 413 fprintf( stderr, "%s: could n't convert end time in file %s\n",413 fprintf( stderr, "%s: could not convert end time in file %s\n", 414 414 pa_progname(), seedfile ); 415 415 fclose( fp );
Note: See TracChangeset
for help on using the changeset viewer.