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

    r3682 r4493  
    5757
    5858        if (myHist->nums->n != numBins) {
    59             printf("ERROR: myHist->nums->n is wrong size (%d)\n", myHist->nums->n);
     59            printf("ERROR: myHist->nums->n is wrong size (%ld)\n", myHist->nums->n);
    6060            testStatus = false;
    6161        }
    6262
    6363        if (myHist->bounds->n != numBins+1) {
    64             printf("ERROR: myHist->bounds->n is wrong size (%d)\n", myHist->bounds->n);
     64            printf("ERROR: myHist->bounds->n is wrong size (%ld)\n", myHist->bounds->n);
    6565            testStatus = false;
    6666        }
Note: See TracChangeset for help on using the changeset viewer.