Changeset 7211
- Timestamp:
- May 25, 2006, 11:19:45 AM (20 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 1 deleted
- 3 edited
-
db/Makefile.am (modified) (1 diff)
-
db/psDB.h (modified) (2 diffs)
-
db/psDB_dummy.h (deleted)
-
pslib_strict.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/Makefile.am
r7210 r7211 11 11 pslibincludedir = $(includedir) 12 12 pslibinclude_HEADERS = \ 13 psDB.h \ 14 psDB_dummy.h 13 psDB.h 15 14 16 15 CLEANFILES = *~ -
trunk/psLib/src/db/psDB.h
r7070 r7211 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-05- 05 02:42:01$12 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-05-25 21:19:45 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 331 331 /// @} 332 332 333 #else 334 typedef void psDB; 333 335 #endif // OMIT_PSDB 334 336 -
trunk/psLib/src/pslib_strict.h
r6953 r7211 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 4-22 00:47:06$11 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-05-25 21:19:45 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 31 31 #include "psEarthOrientation.h" 32 32 33 #ifdef OMIT_PSDB34 #include "psDB_dummy.h"35 #else36 33 #include "psDB.h" 37 #endif38 34 39 35 #include "psVectorFFT.h"
Note:
See TracChangeset
for help on using the changeset viewer.
