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

    r1811 r2204  
    1212#define N 15
    1313
    14 int main()
     14psS32 main()
    1515{
    1616    psStats *myStats    = NULL;
    17     int testStatus      = true;
    18     int globalTestStatus = true;
    19     int i               = 0;
     17    psS32 testStatus      = true;
     18    psS32 globalTestStatus = true;
     19    psS32 i               = 0;
    2020    psVector *myVector  = NULL;
    2121    psVector *maskVector= NULL;
     
    2626    float realStdevNoMask   = 4.472136;
    2727    float realStdevWithMask = 2.160247;
    28     int count           = 0;
    29     int currentId       = psMemGetId();
    30     int memLeaks        = 0;
     28    psS32 count           = 0;
     29    psS32 currentId       = psMemGetId();
     30    psS32 memLeaks        = 0;
    3131
    3232    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.