IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7211


Ignore:
Timestamp:
May 25, 2006, 11:19:45 AM (20 years ago)
Author:
Paul Price
Message:

Removing psDB_dummy.h in favour of putting its function into psDB.h so that we only have a single source.

Location:
trunk/psLib/src
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/Makefile.am

    r7210 r7211  
    1111pslibincludedir = $(includedir)
    1212pslibinclude_HEADERS = \
    13         psDB.h \
    14         psDB_dummy.h
     13        psDB.h
    1514
    1615CLEANFILES = *~
  • trunk/psLib/src/db/psDB.h

    r7070 r7211  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.16 $ $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 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    331331/// @}
    332332
     333#else
     334typedef void psDB;
    333335#endif // OMIT_PSDB
    334336
  • trunk/psLib/src/pslib_strict.h

    r6953 r7211  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-04-22 00:47:06 $
     11*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-05-25 21:19:45 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psEarthOrientation.h"
    3232
    33 #ifdef OMIT_PSDB
    34 #include "psDB_dummy.h"
    35 #else
    3633#include "psDB.h"
    37 #endif
    3834
    3935#include "psVectorFFT.h"
Note: See TracChangeset for help on using the changeset viewer.