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

    r1944 r2204  
    1515#define M 64
    1616
    17 int main()
     17psS32 main()
    1818{
    1919    psStats * myStats = NULL;
     
    2121    psImage *tmpImage = NULL;
    2222    psImage *tmpMask = NULL;
    23     int testStatus = true;
    24     int memLeaks = 0;
    25     int nb = 0;
    26     int i = 0;
    27     int j = 0;
    28     int IMAGE_X_SIZE = 0;
    29     int IMAGE_Y_SIZE = 0;
    30     int currentId = 0;
     23    psS32 testStatus = true;
     24    psS32 memLeaks = 0;
     25    psS32 nb = 0;
     26    psS32 i = 0;
     27    psS32 j = 0;
     28    psS32 IMAGE_X_SIZE = 0;
     29    psS32 IMAGE_Y_SIZE = 0;
     30    psS32 currentId = 0;
    3131
    3232    currentId = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.