IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2004, 12:26:09 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc04.c

    r1775 r1781  
    1111#include "psFunctions.h"
    1212
    13 #define N 10
     13#define N 8
    1414
    1515int main()
     
    2323    psVector *data;
    2424
    25     psTraceSetLevel(".", 9);
     25    psTraceSetLevel(".", 0);
    2626    /****************************************************************************/
    2727    /****************************************************************************/
     
    3333    tmpSpline = psSpline1DAlloc(N, 1, 1.0, 10.0);
    3434
     35
    3536    for (i=0;i<N+1;i++) {
    36         data->data.F32[i] = (float) tmpSpline->domains[i];
     37        printf("tmpSpline->domains[%d] is %f\n", i, tmpSpline->domains[i]);
     38    }
     39
     40    for (i=0;i<N+1;i++) {
     41        data->data.F32[i] = tmpSpline->domains[i];
    3742    }
    3843
Note: See TracChangeset for help on using the changeset viewer.