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_psHist00.c

    r3682 r4493  
    4040
    4141        if (myHist->nums->n != numBins) {
    42             printf("ERROR: myHist->nums->n is wrong size (%d)\n", myHist->nums->n);
     42            printf("ERROR: myHist->nums->n is wrong size (%ld)\n", myHist->nums->n);
    4343            testStatus = false;
    4444        }
    4545
    4646        if (myHist->bounds->n != numBins+1) {
    47             printf("ERROR: myHist->bounds->n is wrong size (%d)\n", myHist->bounds->n);
     47            printf("ERROR: myHist->bounds->n is wrong size (%ld)\n", myHist->bounds->n);
    4848            testStatus = false;
    4949        }
Note: See TracChangeset for help on using the changeset viewer.