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

    r2099 r2204  
    1818#define CHEBY_Y_DIM 8
    1919#define THRESHOLD 10
    20 int main()
     20psS32 main()
    2121{
    2222    psStats * myStats = NULL;
     
    2626    psPolynomial2D *my2DPoly = NULL;
    2727    psPolynomial2D *null2DPoly = NULL;
    28     int testStatus = true;
    29     int memLeaks = 0;
    30     int i = 0;
    31     int j = 0;
    32     int currentId = 0;
     28    psS32 testStatus = true;
     29    psS32 memLeaks = 0;
     30    psS32 i = 0;
     31    psS32 j = 0;
     32    psS32 currentId = 0;
    3333
    3434    currentId = psMemGetId();
Note: See TracChangeset for help on using the changeset viewer.