IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 4:20:43 PM (20 years ago)
Author:
Paul Price
Message:

Moved PS_ASSERT functions into appropriate places. Created psAssert.h for general PS_ASSERT functions. Vector-specific assertions went to psVector.h; image-specific assertions went to psImage.h, etc. psConstants.h remains, but only contains specific math constants and functions, as the name implies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r7661 r7766  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-06-24 00:18:48 $
     14 *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-06-30 02:20:06 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    3232#include "psDB.h"
    3333#include "psMemory.h"
     34#include "psAssert.h"
    3435#include "psAbort.h"
    3536#include "psError.h"
Note: See TracChangeset for help on using the changeset viewer.