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/test/dataManip/tst_psFunc05.c

    r2392 r2439  
    5050    }
    5151
    52     y = psSpline1DEvalVector(x, tmpSpline);
     52    y = psSpline1DEvalVector(
     53            tmpSpline,
     54            x
     55        );
    5356
    5457    for (i=0;i<N+1;i++) {
Note: See TracChangeset for help on using the changeset viewer.