IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 2:57:34 PM (22 years ago)
Author:
desonia
Message:

converted native C types to ps Types, where practical.

File:
1 edited

Legend:

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

    r1991 r2204  
    1818#define SPLINE_ORDER 1
    1919
    20 int main()
     20psS32 main()
    2121{
    22     int testStatus = true;
    23     int memLeaks=0;
    24     int i;
    25     int  currentId = psMemGetId();
     22    psS32 testStatus = true;
     23    psS32 memLeaks=0;
     24    psS32 i;
     25    psS32  currentId = psMemGetId();
    2626    psSpline1D *tmpSpline;
    2727    psVector *data;
Note: See TracChangeset for help on using the changeset viewer.