IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2004, 5:54:52 PM (22 years ago)
Author:
evanalst
Message:

Changed the data type Histogram member nums to be of type psU32 per SDR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psHist01.c

    r1320 r1327  
    5656
    5757        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);
    6060                testStatus = false;
    6161            }
    62             myHist->nums->data.S32[i] = 0;
     62            myHist->nums->data.U32[i] = 0;
    6363        }
    6464
Note: See TracChangeset for help on using the changeset viewer.