IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7766 for trunk/psLib/src/types


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.

Location:
trunk/psLib/src/types
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psHash.c

    r4898 r7766  
    1212*  @author GLG, MHPCC
    1313*
    14 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2005-08-30 01:14:13 $
     14*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2006-06-30 02:20:06 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525#include "psTrace.h"
    2626#include "psError.h"
    27 #include "psConstants.h"
     27#include "psAssert.h"
    2828
    2929#include "psErrorText.h"
  • trunk/psLib/src/types/psLookupTable.c

    r7545 r7766  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-06-13 23:54:57 $
     9*  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-06-30 02:20:06 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    2626#include "psLookupTable.h"
    2727#include "psErrorText.h"
    28 #include "psConstants.h"
     28#include "psAssert.h"
    2929
    3030/******************************************************************************/
  • trunk/psLib/src/types/psMetadata.c

    r7699 r7766  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.114 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-06-27 03:42:01 $
     14 *  @version $Revision: 1.115 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-06-30 02:20:06 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3737#include "psString.h"
    3838#include "psErrorText.h"
    39 #include "psConstants.h"
     39#include "psAssert.h"
    4040#include "psLogMsg.h"
    4141#include "psTrace.h"
  • trunk/psLib/src/types/psMetadataConfig.c

    r7472 r7766  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-06-10 02:28:17 $
     12*  @version $Revision: 1.62 $ $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
     
    3131#include "psMetadata.h"
    3232#include "psMetadataConfig.h"
    33 #include "psConstants.h"
     33#include "psAssert.h"
    3434#include "psErrorText.h"
    3535
  • trunk/psLib/src/types/psMetadataItemParse.c

    r7380 r7766  
    44
    55#include "psMemory.h"
     6#include "psAssert.h"
    67#include "psError.h"
    78#include "psMetadata.h"
Note: See TracChangeset for help on using the changeset viewer.