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