Changeset 201 for SH_SHM/trunk
- Timestamp:
- 03/30/2010 02:19:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/util/check_evt.c
r191 r201 75 75 static float efv_magn=0.0; /* max. magnitude found */ 76 76 static int efv_pkp_count=0; /* number of PKP phases */ 77 static BOOLEAN efv_illegal_origin ;/* illegal origin time */77 static BOOLEAN efv_illegal_origin=FALSE; /* illegal origin time */ 78 78 static BOOLEAN efv_foundPg=FALSE; /* Pg phase found */ 79 79 static BOOLEAN efv_foundPnSn=FALSE; /* Pn/Sn found */ … … 550 550 } /*endif*/ 551 551 552 } /* end of EfFInalCheck */ 552 if (efv_illegal_origin) 553 fprintf( out, "F038 %s: check year of origin time (1970?)\n", expl ); 554 555 556 } /* end of EfFinalCheck */ 553 557 554 558
Note: See TracChangeset
for help on using the changeset viewer.