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

    r1811 r2204  
    99#define N ((4 * N1) + 1)
    1010
    11 int main()
     11psS32 main()
    1212{
    1313    psStats *myStats    = 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 realMedianWithMask = (float) (N-3)/4;
    2121    float realMedianNoMask = (float) (N-1)/2;
    22     int currentId       = psMemGetId();
    23     int memLeaks        = 0;
     22    psS32 currentId       = psMemGetId();
     23    psS32 memLeaks        = 0;
    2424
    2525    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.