IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2004, 12:33:21 PM (22 years ago)
Author:
gusciora
Message:

Changed order of spline eval functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomial.h

    r2433 r2439  
    1212*  @author George Gusciora, MHPCC
    1313*
    14 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-11-24 21:59:43 $
     14*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-11-24 22:33:21 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    409409                                   psS32 order);
    410410
    411 float psSpline1DEval(const psSpline1D *spline,
    412                      float x);
    413 
    414 psVector *psSpline1DEvalVector(const psVector *x,
    415                                const psSpline1D *spline);
     411float psSpline1DEval(
     412    float x,
     413    const psSpline1D *spline
     414);
     415
     416psVector *psSpline1DEvalVector(
     417    const psSpline1D *spline,
     418    const psVector *x
     419);
    416420
    417421psS32 p_psVectorBinDisect(psVector *bins,
Note: See TracChangeset for help on using the changeset viewer.