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

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