Changeset 207
- Timestamp:
- 04/09/2010 09:23:29 AM (13 years ago)
- Location:
- SH_SHM/trunk/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/util/locdiff.c
r16 r207 50 50 #include BC_PTUSRDEF 51 51 #include BC_INPFILES 52 #include "globalparams.h" 52 53 53 54 … … 95 96 # endif 96 97 98 GpReadParfile(); 99 97 100 strcpy( str, path ); 98 101 strcat( str, IF_STATINFFILE ); -
SH_SHM/trunk/util/traveltime.c
r16 r207 44 44 #include "erusrdef.h" 45 45 #include "cpar.h" 46 #include "globalparams.h" 46 47 47 48 … … 70 71 return 1; 71 72 } /*endif*/ 73 74 GpReadParfile(); 72 75 73 76 status = cBcNoError;
Note: See TracChangeset
for help on using the changeset viewer.