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

    r1811 r2204  
    1616#define MY_RANGE 2.0
    1717
    18 int main()
     18psS32 main()
    1919{
    2020    psStats *myStats    = NULL;
    21     int testStatus      = true;
    22     int globalTestStatus = true;
    23     int i               = 0;
     21    psS32 testStatus      = true;
     22    psS32 globalTestStatus = true;
     23    psS32 i               = 0;
    2424    psVector *maskVector= NULL;
    2525    psVector *myGaussData  = NULL;
     
    3131    //    float realclippedMeanWithMask  = 0.0;
    3232    //    float realclippedStdevWithMask = 0.0;
    33     int count           = 0;
    34     int currentId       = psMemGetId();
    35     int memLeaks        = 0;
     33    psS32 count           = 0;
     34    psS32 currentId       = psMemGetId();
     35    psS32 memLeaks        = 0;
    3636
    3737    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.