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

    r1811 r2204  
    1313#define N (8 * N1) // Don't change this (N must be a multiple of 8)
    1414
    15 int main()
     15psS32 main()
    1616{
    1717    psStats *myStats    = NULL;
    18     int testStatus      = true;
    19     int globalTestStatus = true;
    20     int i               = 0;
     18    psS32 testStatus      = true;
     19    psS32 globalTestStatus = true;
     20    psS32 i               = 0;
    2121    psVector *myVector  = NULL;
    2222    psVector *maskVector= NULL;
     
    2828    float realLQWithMask   = N/8.0;
    2929    float realUQWithMask   = 3.0 * (N/8.0);
    30     int count           = 0;
    31     int currentId       = psMemGetId();
    32     int memLeaks        = 0;
     30    psS32 count           = 0;
     31    psS32 currentId       = psMemGetId();
     32    psS32 memLeaks        = 0;
    3333
    3434    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.