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/astro/psTime.c

    r7703 r7766  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-06-27 04:13:07 $
     12 *  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-06-30 02:20:06 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232#include "psMetadataConfig.h"
    3333#include "psLookupTable.h"
    34 #include "psConstants.h"
     34#include "psAssert.h"
    3535#include "psErrorText.h"
    3636
Note: See TracChangeset for help on using the changeset viewer.