IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Split psFunctions into psSpline and psPolynomial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psFunc03.c

    r4731 r4973  
    99#include "psTest.h"
    1010#include "psMemory.h"
    11 #include "psFunctions.h"
     11#include "psSpline.h"
    1212
    1313#define N 10
     
    8383
    8484    printFooter(stdout,
    85                 "psFunctions functions",
     85                "psSpline functions",
    8686                "psSpline1DAllocGeneric(): linear",
    8787                testStatus);
     
    144144
    145145    printFooter(stdout,
    146                 "psFunctions functions",
     146                "psSpline functions",
    147147                "psSpline1DAllocGeneric(): cubic",
    148148                testStatus);
Note: See TracChangeset for help on using the changeset viewer.