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

    r1811 r2204  
    88#define N 10
    99
    10 int main()
     10psS32 main()
    1111{
    1212    psStats *myStats    = NULL;
    1313    psStats *myStats2    = NULL;
    14     int testStatus      = true;
    15     int globalTestStatus = true;
    16     int i               = 0;
     14    psS32 testStatus      = true;
     15    psS32 globalTestStatus = true;
     16    psS32 i               = 0;
    1717    psVector *myVector  = NULL;
    1818    psVector *maskVector= NULL;
     
    2020    float realMeanNoMask   = 0.0;
    2121    float realMeanWithMask = 0.0;
    22     int count           = 0;
    23     int currentId       = psMemGetId();
    24     int memLeaks        = 0;
     22    psS32 count           = 0;
     23    psS32 currentId       = psMemGetId();
     24    psS32 memLeaks        = 0;
    2525
    2626    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.