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

    r1909 r2204  
    1313#define IMAGE_SIZE 10
    1414
    15 int main()
     15psS32 main()
    1616{
    1717    psImage *tmpImage   = NULL;
    18     int testStatus      = true;
    19     int memLeaks        = 0;
    20     int i               = 0;
    21     int j               = 0;
     18    psS32 testStatus      = true;
     19    psS32 memLeaks        = 0;
     20    psS32 i               = 0;
     21    psS32 j               = 0;
    2222    float pixel         = 0.0;
    2323    float x             = 0.0;
    2424    float y             = 0.0;
    25     int currentId       = psMemGetId();
     25    psS32 currentId       = psMemGetId();
    2626
    2727    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.