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

    r1811 r2204  
    88#define N 10
    99
    10 int main()
     10psS32 main()
    1111{
    1212    psStats *myStats    = NULL;
    13     int testStatus      = true;
    14     int globalTestStatus = true;
    15     int i               = 0;
     13    psS32 testStatus      = true;
     14    psS32 globalTestStatus = true;
     15    psS32 i               = 0;
    1616    psVector *myVector  = NULL;
    1717    psVector *maskVector= NULL;
     
    1919    float realMaxNoMask   = 0.0;
    2020    float realMaxWithMask = 0.0;
    21     int currentId       = psMemGetId();
    22     int memLeaks        = 0;
     21    psS32 currentId       = psMemGetId();
     22    psS32 memLeaks        = 0;
    2323
    2424    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.