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

    r1985 r2204  
    3232}
    3333
    34 int t00()
     34psS32 t00()
    3535{
    36     int testStatus = true;
    37     int memLeaks=0;
    38     int  currentId = psMemGetId();
    39     int i;
     36    psS32 testStatus = true;
     37    psS32 memLeaks=0;
     38    psS32  currentId = psMemGetId();
     39    psS32 i;
    4040    psSpline1D *tmpSpline = NULL;
    4141    psVector *x = NULL;
     
    101101
    102102// This is the F64 version of the above test code.
    103 int t01()
     103psS32 t01()
    104104{
    105     int testStatus = true;
    106     int memLeaks=0;
    107     int  currentId = psMemGetId();
    108     int i;
     105    psS32 testStatus = true;
     106    psS32 memLeaks=0;
     107    psS32  currentId = psMemGetId();
     108    psS32 i;
    109109    psSpline1D *tmpSpline = NULL;
    110110    psVector *x = NULL;
     
    169169}
    170170
    171 int main()
     171psS32 main()
    172172{
    173173    t00();
Note: See TracChangeset for help on using the changeset viewer.