Changeset 319


Ignore:
Timestamp:
02/16/2011 11:18:15 AM (12 years ago)
Author:
marcus
Message:

r158 | walther | 2011-02-10 14:36:22 +0100 (Do, 10 Feb 2011) | 1 line

Updated location of emsc parser files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/motif/seismics.c

    r218 r319  
    10131013                        system( cmd ); 
    10141014                        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 ); 
    10211017                        if  (GpGetInt(cGpI_debug_level) > 2) 
    10221018                                printf( "SHM-dbg3: executing: %s\n", cmd ); 
Note: See TracChangeset for help on using the changeset viewer.