IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 29, 2004, 12:15:51 PM (22 years ago)
Author:
gusciora
Message:

Changed order of spline eval.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.h

    r2788 r2847  
    1212*  @author GLG, MHPCC
    1313*
    14 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-12-22 05:09:32 $
     14*  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-12-29 22:15:51 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    410410
    411411psF32 psSpline1DEval(
    412     psF32 x,
    413     const psSpline1D *spline
     412    const psSpline1D *spline,
     413    psF32 x
    414414);
    415415
Note: See TracChangeset for help on using the changeset viewer.