Changeset 319
- Timestamp:
- 02/16/2011 11:18:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/motif/seismics.c
r218 r319 1013 1013 system( cmd ); 1014 1014 env = (char *)getenv( "SH_UTIL" ); 1015 /* old version using c shell script 1016 sprintf( cmd, "%s/get_latest_emsc_pages.csh %s %s", 1017 env, tmpfile, onset ); 1018 */ 1019 sprintf( cmd, "/home/software/SzgrfDc/quakeml/emsc.py -o %s", 1020 tmpfile ); 1015 sprintf( cmd, "%s/quakeml/emsc.py -o %s", 1016 env, tmpfile ); 1021 1017 if (GpGetInt(cGpI_debug_level) > 2) 1022 1018 printf( "SHM-dbg3: executing: %s\n", cmd );
Note: See TracChangeset
for help on using the changeset viewer.