Changeset 2204 for trunk/psLib/test/image/tst_psImageStats00.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats00.c
r1956 r2204 14 14 #define M 64 15 15 16 intmain()16 psS32 main() 17 17 { 18 18 psHistogram * myHist = NULL; … … 20 20 psImage *tmpImage = NULL; 21 21 psImage *tmpMask = NULL; 22 inttestStatus = true;23 intmemLeaks = 0;24 intnb = 0;25 inti = 0;26 intj = 0;27 intIMAGE_X_SIZE = 0;28 intIMAGE_Y_SIZE = 0;29 intcurrentId = 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; 30 30 31 31 currentId = psMemGetId();
Note:
See TracChangeset
for help on using the changeset viewer.
