IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2005, 2:07:59 PM (21 years ago)
Author:
gusciora
Message:

Split of psFunctions to psSpline and psPolynomial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSpline.c

    r4969 r4970  
    77*  splines.
    88*
    9 *  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-09-08 00:02:48 $
     9*  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-09-08 00:07:59 $
    1111*
    1212*
     
    270270XXX: Is there a psLib function for this?
    271271 *****************************************************************************/
    272 psVector *PsVectorDup(psVector *in)
     272psVector *PsVectorDup2(psVector *in)
    273273{
    274274    psVector *out = psVectorAlloc(in->n, in->type.type);
     
    326326        }
    327327    }
    328     tmpSpline->knots = PsVectorDup((psVector *) bounds);
     328    tmpSpline->knots = PsVectorDup2((psVector *) bounds);
    329329
    330330    psMemSetDeallocator(tmpSpline, (psFreeFunc)spline1DFree);
Note: See TracChangeset for help on using the changeset viewer.