Changeset 69


Ignore:
Timestamp:
10/30/2008 11:10:20 PM (15 years ago)
Author:
marcus
Message:

r54 | svn | 2008-10-22 09:42:32 +0200 (Mi, 22 Okt 2008) | 1 line

check for empty depth in evt; iltering of ++-channels; new station MACI

Location:
SH_SHM/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/inputs/STATINF.DAT

    r52 r69  
    578578HTL     lat:+50.99430000        lon:  -4.48490000 
    579579CALB    lat:+34.14300000        lon:-118.62700000       elevation:0.0          name:Calabasas,California_USA 
     580BEL   lat:+51.8353              lon:  20.7885   elevation: 173.0 
    580581HEA     lat:+51.35833000        lon:  -1.26388900       name:HEADLEY,_G.B. 
    581582BUW     lat:+51.40945000        lon:  -1.22444500       name:BUCKLEBURY_WEST,_G.B. 
  • SH_SHM/trunk/source/shmenuio.c

    r68 r69  
    15381538                                db_sets( trc, ES_STATION, stations[s], NULL ); 
    15391539                                db_setc( trc, EC_COMP, Cap(cmpl[c]), NULL ); 
    1540                                 db_setc( trc, EC_CHAN1, Cap(stream[0]), NULL ); 
    1541                                 db_setc( trc, EC_CHAN2, Cap(stream[1]), NULL ); 
     1540                                db_setc( trc, EC_CHAN1, Cap(tstream[0]), NULL ); 
     1541                                db_setc( trc, EC_CHAN2, Cap(tstream[1]), NULL ); 
    15421542                                tc_t2a( act_start, &atime, status ); 
    15431543                                if  (Severe(status))  return; 
  • SH_SHM/trunk/util/Makefile

    r20 r69  
    7676                stddev \ 
    7777                find_topo30_id \ 
    78                 stringop 
     78                stringop \ 
     79                lynx_reformat 
    7980 
    8081 
  • SH_SHM/trunk/util/check_evt.c

    r53 r69  
    414414        if  (efv_evtype == EvcEventTypeUndefined) 
    415415                fprintf( out, "F024 %s: no event type specified\n", efv_infile ); 
     416        if  (efv_depth < -99.0) 
     417                fprintf( out, "F025 %s: no depth specified\n", efv_infile ); 
    416418 
    417419} /* end of EfFInalCheck */ 
Note: See TracChangeset for help on using the changeset viewer.