Changeset 2204 for trunk/psLib/test/image/tst_psImageStats02.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats02.c
r2099 r2204 18 18 #define CHEBY_Y_DIM 8 19 19 #define THRESHOLD 10 20 intmain()20 psS32 main() 21 21 { 22 22 psStats * myStats = NULL; … … 26 26 psPolynomial2D *my2DPoly = NULL; 27 27 psPolynomial2D *null2DPoly = NULL; 28 inttestStatus = true;29 intmemLeaks = 0;30 inti = 0;31 intj = 0;32 intcurrentId = 0;28 psS32 testStatus = true; 29 psS32 memLeaks = 0; 30 psS32 i = 0; 31 psS32 j = 0; 32 psS32 currentId = 0; 33 33 34 34 currentId = psMemGetId();
Note:
See TracChangeset
for help on using the changeset viewer.
