IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2005, 4:17:54 PM (21 years ago)
Author:
drobbin
Message:

made revisions according to psLib SDRS rev 15

File:
1 edited

Legend:

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

    r3682 r4493  
    4646
    4747        if (myHist->nums->n != numBins) {
    48             printf("ERROR: myHist->nums->n is wrong size (%d)\n", myHist->nums->n);
     48            printf("ERROR: myHist->nums->n is wrong size (%ld)\n", myHist->nums->n);
    4949            testStatus = false;
    5050        }
    5151
    5252        if (myHist->bounds->n != numBins+1) {
    53             printf("ERROR: myHist->bounds->n is wrong size (%d)\n", myHist->bounds->n);
     53            printf("ERROR: myHist->bounds->n is wrong size (%ld)\n", myHist->bounds->n);
    5454            testStatus = false;
    5555        }
Note: See TracChangeset for help on using the changeset viewer.