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

    r1811 r2204  
    1414#define NUM_DATA 10000
    1515
    16 int main()
     16psS32 main()
    1717{
    1818    psHistogram * myHist = NULL;
     
    2020    psVector *myData = NULL;
    2121    psVector *myMask = NULL;
    22     int testStatus = true;
    23     int memLeaks = 0;
    24     int nb = 0;
    25     int numBins = 0;
    26     int i = 0;
    27     int currentId = 0;
     22    psS32 testStatus = true;
     23    psS32 memLeaks = 0;
     24    psS32 nb = 0;
     25    psS32 numBins = 0;
     26    psS32 i = 0;
     27    psS32 currentId = 0;
    2828
    2929    currentId = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.