Changeset 1327 for trunk/psLib/test/dataManip/tst_psHist01.c
- Timestamp:
- Jul 28, 2004, 5:54:52 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psHist01.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psHist01.c
r1320 r1327 56 56 57 57 for (i=0;i<numBins;i++) { 58 if (myHist->nums->data. S32[i] != 0) {59 printf("ERROR: myHist->nums->data. S32[%d] not initialized to 0.\n", i);58 if (myHist->nums->data.U32[i] != 0) { 59 printf("ERROR: myHist->nums->data.U32[%d] not initialized to 0.\n", i); 60 60 testStatus = false; 61 61 } 62 myHist->nums->data. S32[i] = 0;62 myHist->nums->data.U32[i] = 0; 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.
