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

    r6788 r7766  
    66*  This file contains the routines that allocate, free, and evaluate splines.
    77*
    8 *  @version $Revision: 1.148 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2006-04-05 02:19:00 $
     8*  @version $Revision: 1.149 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2006-06-30 02:20:06 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2727#include "psPolynomial.h"
    2828#include "psSpline.h"
    29 #include "psConstants.h"
     29#include "psAssert.h"
    3030#include "psErrorText.h"
    3131#include "psMathUtils.h"
     
    131131    //
    132132    // The second derivatives at the endpoints, undefined in the SDR,
    133     // are set in psConstants.h: PS_LEFT_SPLINE_DERIV, PS_RIGHT_SPLINE_DERIV.
     133    // are set in psAssert.h: PS_LEFT_SPLINE_DERIV, PS_RIGHT_SPLINE_DERIV.
    134134    //
    135135    derivs2[0] = -0.5;
Note: See TracChangeset for help on using the changeset viewer.