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

Location:
trunk/psLib/test/dataManip
Files:
3 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        }
  • 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        }
  • 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.