Changeset 2782 for trunk/psLib/test/dataManip/tst_psHist00.c
- Timestamp:
- Dec 21, 2004, 2:54:28 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
r2718 r2782 50 50 51 51 for (i=0;i<numBins;i++) { 52 if (myHist->nums->data. U32[i] !=0) {52 if (myHist->nums->data.F32[i] != 0.0) { 53 53 printf("ERROR: myHist->nums->data.U32[%d] not initialized to 0.\n", i); 54 54 testStatus = false; 55 55 } 56 myHist->nums->data. U32[i] =0;56 myHist->nums->data.F32[i] = 0.0; 57 57 } 58 58
Note:
See TracChangeset
for help on using the changeset viewer.
