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

    r1900 r2204  
    88#define MISC_FLOAT_NUMBER 345.0
    99
    10 int main()
     10psS32 main()
    1111{
    1212    psStats *myStats    = NULL;
    13     int testStatus      = true;
    14     int currentId       = psMemGetId();
    15     int memLeaks        = 0;
     13    psS32 testStatus      = true;
     14    psS32 currentId       = psMemGetId();
     15    psS32 memLeaks        = 0;
    1616
    1717    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.