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_psFunc03.c

    r1946 r2204  
    1515#define CUBIC 3
    1616
    17 int main()
     17psS32 main()
    1818{
    19     int testStatus = true;
    20     int memLeaks=0;
    21     int i;
    22     int  currentId = psMemGetId();
     19    psS32 testStatus = true;
     20    psS32 memLeaks=0;
     21    psS32 i;
     22    psS32  currentId = psMemGetId();
    2323    psSpline1D *tmpSpline;
    2424    psVector *bounds;
Note: See TracChangeset for help on using the changeset viewer.