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

    r1985 r2204  
    2222#define CN 6
    2323#define DN 8
    24 int main()
     24psS32 main()
    2525{
    2626    psPolynomial1D *my1DPoly = NULL;
     
    3232    psDPolynomial3D *my3DPolyD = NULL;
    3333    psDPolynomial4D *my4DPolyD = NULL;
    34     int testStatus      = true;
    35     int memLeaks        = 0;
    36     int a               = 0;
    37     int b               = 0;
    38     int c               = 0;
    39     int d               = 0;
    40     int currentId       = 0;
     34    psS32 testStatus      = true;
     35    psS32 memLeaks        = 0;
     36    psS32 a               = 0;
     37    psS32 b               = 0;
     38    psS32 c               = 0;
     39    psS32 d               = 0;
     40    psS32 currentId       = 0;
    4141
    4242    currentId       = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.