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/math/psUnaryOp.c

    r7193 r7766  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2006-05-24 03:25:14 $
     32 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2006-06-30 02:20:06 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5050#include "psScalar.h"
    5151#include "psLogMsg.h"
    52 #include "psConstants.h"
     52#include "psAssert.h"
    5353#include "psErrorText.h"
    5454
Note: See TracChangeset for help on using the changeset viewer.