Changeset 201 for SH_SHM/trunk


Ignore:
Timestamp:
03/30/2010 02:19:10 PM (14 years ago)
Author:
marcus
Message:

r118 | klaus | 2010-03-29 20:56:05 +0200 (Mo, 29 Mär 2010) | 1 line

check for origin time from 1970 was not active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/util/check_evt.c

    r191 r201  
    7575static float   efv_magn=0.0;              /* max. magnitude found */ 
    7676static int     efv_pkp_count=0;           /* number of PKP phases */ 
    77 static BOOLEAN efv_illegal_origin;        /* illegal origin time */ 
     77static BOOLEAN efv_illegal_origin=FALSE;  /* illegal origin time */ 
    7878static BOOLEAN efv_foundPg=FALSE;         /* Pg phase found */ 
    7979static BOOLEAN efv_foundPnSn=FALSE;       /* Pn/Sn found */ 
     
    550550        } /*endif*/ 
    551551 
    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 */ 
    553557 
    554558 
Note: See TracChangeset for help on using the changeset viewer.