Changeset 85 for SH_SHM/trunk/util


Ignore:
Timestamp:
12/03/2008 02:37:21 PM (14 years ago)
Author:
marcus
Message:

r67 | svn | 2008-12-03 11:19:53 +0100 (Mi, 03 Dez 2008) | 1 line

check for small depths on teleseismic events

File:
1 edited

Legend:

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

    r80 r85  
    414414                fprintf( out, "F023 %s: depth %5.1f given for blast\n", 
    415415                        efv_infile, efv_depth ); 
     416        if  (efv_evtype = EvcEventTypeTeleQuake && (efv_depth < 10.0)) 
     417                fprintf( out, "F026 %s: depth %5.1f for teleseismic event\n", 
     418                        efv_infile, efv_depth ); 
    416419        if  (efv_evtype == EvcEventTypeUndefined) 
    417420                fprintf( out, "F024 %s: no event type specified\n", efv_infile ); 
Note: See TracChangeset for help on using the changeset viewer.