Changeset 96 for SH_SHM/trunk/util
- Timestamp:
- 02/10/2009 01:44:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/util/statinf.c
r16 r96 43 43 #include "cpar.h" 44 44 #include "glusrdef.h" 45 #include "globalparams.h" 45 46 46 47 … … 70 71 } /*endif*/ 71 72 73 GpReadParfile(); 74 72 75 strcpy( station, pa_pvalue(1) ); 73 76 slth = strlen( station ); … … 80 83 } /*endif*/ 81 84 /* station location file */ 85 /* 82 86 strcpy( str, inputs ); 83 87 strcat( str, "/" ); 84 88 strcat( str, "STATINF.DAT" ); 85 89 gl_locfile_name( str ); 90 */ 86 91 87 92 status = cBcNoError;
Note: See TracChangeset
for help on using the changeset viewer.