Changeset 119 for SH_SHM/trunk
- Timestamp:
- 05/11/2009 07:00:34 PM (14 years ago)
- Location:
- SH_SHM/trunk/source/motif
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/motif/mfexec.c
r68 r119 3 3 * ======== 4 4 * 5 * $Revision: 53 $, $Date: 2008-10-21 09:13:49 +0200 (Di, 21 Okt 2008) $5 * $Revision: 82 $, $Date: 2009-04-30 09:16:57 +0200 (Do, 30 Apr 2009) $ 6 6 * 7 7 * execution of SH commands … … 382 382 if (!epifound) { 383 383 /* no epicentre in evt file, behave like :AE */ 384 /* not a good idea, maybe no stations in the autoevt file */ 385 /* 384 386 printf( "*SHM: cannot translate :LOC, no epicentre found -> :AE\n" ); 385 387 mxh_translate_button_name( ":AE", autoevt, addlist, status ); 386 388 return; 389 */ 390 /* the following should result in the default station list */ 391 epilat = 1000.0; 392 epilon = 1000.0; 387 393 } /*endif*/ 388 394 if (GpGetInt(cGpI_debug_level) > 2) -
SH_SHM/trunk/source/motif/shm.c
r112 r119 3 3 * ===== 4 4 * 5 * $Revision: 8 1 $, $Date: 2009-04-17 12:52:47 +0200 (Fr, 17Apr 2009) $5 * $Revision: 82 $, $Date: 2009-04-30 09:16:57 +0200 (Do, 30 Apr 2009) $ 6 6 * 7 7 * main module of shm … … 3460 3460 case k_entry_del_location: 3461 3461 HELPTEXT( "del-location" ); 3462 /* 3462 3463 xmv_cpar->source_lat = 0.0; 3463 3464 xmv_cpar->source_lon = 0.0; 3465 xmv_cpar->origin[0] = '\0'; 3464 3466 xmv_cpar->depth = GpGetFloat( cGpF_default_depth ); 3465 3467 xmv_cpar->source_type = GpGetInt( cGpI_default_event_type ); … … 3472 3474 xmv_cpar->dist_unit = CUC_DIST_UNIT_DEG; 3473 3475 xmv_cpar->source[0] = '\0'; 3476 */ 3477 cu_reset_parameters( xmv_cpar ); 3474 3478 xmv_cpar->soft_change = TRUE; 3475 3479 cu_set_param_values( xmv_w, xmv_cpar, xmv_par.parno );
Note: See TracChangeset
for help on using the changeset viewer.