Changeset 69
- Timestamp:
- 10/30/2008 11:10:20 PM (15 years ago)
- Location:
- SH_SHM/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/inputs/STATINF.DAT
r52 r69 578 578 HTL lat:+50.99430000 lon: -4.48490000 579 579 CALB lat:+34.14300000 lon:-118.62700000 elevation:0.0 name:Calabasas,California_USA 580 BEL lat:+51.8353 lon: 20.7885 elevation: 173.0 580 581 HEA lat:+51.35833000 lon: -1.26388900 name:HEADLEY,_G.B. 581 582 BUW lat:+51.40945000 lon: -1.22444500 name:BUCKLEBURY_WEST,_G.B. -
SH_SHM/trunk/source/shmenuio.c
r68 r69 1538 1538 db_sets( trc, ES_STATION, stations[s], NULL ); 1539 1539 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 ); 1542 1542 tc_t2a( act_start, &atime, status ); 1543 1543 if (Severe(status)) return; -
SH_SHM/trunk/util/Makefile
r20 r69 76 76 stddev \ 77 77 find_topo30_id \ 78 stringop 78 stringop \ 79 lynx_reformat 79 80 80 81 -
SH_SHM/trunk/util/check_evt.c
r53 r69 414 414 if (efv_evtype == EvcEventTypeUndefined) 415 415 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 ); 416 418 417 419 } /* end of EfFInalCheck */
Note: See TracChangeset
for help on using the changeset viewer.