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

    r1824 r2204  
    1212#define NUM_DATA 20
    1313
    14 int main()
     14psS32 main()
    1515{
    1616    psHistogram *myHist = NULL;
    1717    psVector *myBounds  = NULL;
    1818    psVector *myData = psVectorAlloc( NUM_DATA, PS_TYPE_F32 );
    19     int testStatus      = true;
    20     int memLeaks        = 0;
    21     int i               = 0;
    22     int nb              = 0;
    23     int numBins         = 0;
    24     int currentId       = 0;
     19    psS32 testStatus      = true;
     20    psS32 memLeaks        = 0;
     21    psS32 i               = 0;
     22    psS32 nb              = 0;
     23    psS32 numBins         = 0;
     24    psS32 currentId       = 0;
    2525
    2626    currentId       = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.