Changeset 341 for SH_SHM/trunk/source/seismhan.c
- Timestamp:
- 03/09/2011 04:55:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/seismhan.c
r322 r341 3 3 * ========== 4 4 * 5 * $Revision: 1 61 $, $Date: 2011-02-10 17:00:59 +0100 (Do, 10 Feb2011) $5 * $Revision: 180 $, $Date: 2011-03-09 16:27:03 +0100 (Mi, 09 MÀr 2011) $ 6 6 * 7 7 * main module of seismhandler program, command line version … … 59 59 #endif 60 60 61 /* VAX specific routines (usually FORTRAN subroutines) */62 #ifdef BC_GRFVAX63 #include "[-.local]fctxmngrf.h"64 #endif /* BC_GRFVAX */65 66 61 /* machine dependent path strings */ 67 62 #include BC_SHDIRS … … 231 226 SqlDeleteScratchFile(); 232 227 233 # ifndef BC_VAX234 return 0;235 # endif /* BC_VAX */236 228 237 229 } /* end of main */
Note: See TracChangeset
for help on using the changeset viewer.