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/image/tst_psImageStats00.c

    r1956 r2204  
    1414#define M 64
    1515
    16 int main()
     16psS32 main()
    1717{
    1818    psHistogram * myHist = NULL;
     
    2020    psImage *tmpImage = NULL;
    2121    psImage *tmpMask = NULL;
    22     int testStatus = true;
    23     int memLeaks = 0;
    24     int nb = 0;
    25     int i = 0;
    26     int j = 0;
    27     int IMAGE_X_SIZE = 0;
    28     int IMAGE_Y_SIZE = 0;
    29     int currentId = 0;
     22    psS32 testStatus = true;
     23    psS32 memLeaks = 0;
     24    psS32 nb = 0;
     25    psS32 i = 0;
     26    psS32 j = 0;
     27    psS32 IMAGE_X_SIZE = 0;
     28    psS32 IMAGE_Y_SIZE = 0;
     29    psS32 currentId = 0;
    3030
    3131    currentId = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.