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/psPolynomial.c

    r6500 r7766  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.145 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-02-28 02:53:02 $
     9*  @version $Revision: 1.146 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-06-30 02:20:06 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psLogMsg.h"
    3232#include "psPolynomial.h"
    33 #include "psConstants.h"
     33#include "psAssert.h"
    3434#include "psErrorText.h"
    3535
Note: See TracChangeset for help on using the changeset viewer.