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

    r1982 r2204  
    1717#define N 8
    1818
    19 int t00()
     19psS32 t00()
    2020{
    21     int testStatus = true;
    22     int memLeaks=0;
    23     int i;
     21    psS32 testStatus = true;
     22    psS32 memLeaks=0;
     23    psS32 i;
    2424    float x;
    2525    float y;
    26     int  currentId = psMemGetId();
     26    psS32  currentId = psMemGetId();
    2727    psSpline1D *tmpSpline;
    2828    psVector *data;
     
    6969}
    7070
    71 int t01()
     71psS32 t01()
    7272{
    73     int testStatus = true;
    74     int memLeaks=0;
    75     int i;
     73    psS32 testStatus = true;
     74    psS32 memLeaks=0;
     75    psS32 i;
    7676    float x;
    7777    float y;
    78     int  currentId = psMemGetId();
     78    psS32  currentId = psMemGetId();
    7979    psSpline1D *tmpSpline;
    8080    psVector *data;
     
    121121}
    122122
    123 int main()
     123psS32 main()
    124124{
    125125    t00();
Note: See TracChangeset for help on using the changeset viewer.