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

    r1811 r2204  
    1010#define UPPER 30.0
    1111
    12 int main()
     12psS32 main()
    1313{
    1414    psHistogram *myHist = NULL;
    1515    psVector *myBounds  = NULL;
    16     int testStatus      = true;
    17     int memLeaks        = 0;
    18     int i               = 0;
    19     int nb              = 0;
    20     int numBins         = 0;
    21     int currentId       = 0;
     16    psS32 testStatus      = true;
     17    psS32 memLeaks        = 0;
     18    psS32 i               = 0;
     19    psS32 nb              = 0;
     20    psS32 numBins         = 0;
     21    psS32 currentId       = 0;
    2222
    2323    currentId       = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.