IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1320


Ignore:
Timestamp:
Jul 28, 2004, 3:28:46 PM (22 years ago)
Author:
evanalst
Message:

Changed the printout of data ranges to 3 decimal places to allow STDOUT
comparison to work on multiple platforms.

Location:
trunk/psLib/test/dataManip
Files:
3 edited

Legend:

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

    r1318 r1320  
    7373
    7474        for (i=0;i<numBins;i++) {
    75             printf("Bin number %d bounds: (%f - %f)\n", i,
     75            printf("Bin number %d bounds: (%6.3f - %6.3f)\n", i,
    7676                   myHist->bounds->data.F32[i],
    7777                   myHist->bounds->data.F32[i+1]);
  • trunk/psLib/test/dataManip/tst_psHist01.c

    r1317 r1320  
    7979
    8080        for (i=0;i<numBins;i++) {
    81             printf("Bin number %d bounds: (%f - %f)\n", i,
     81            printf("Bin number %d bounds: (%6.3f - %6.3f)\n", i,
    8282                   myHist->bounds->data.F32[i],
    8383                   myHist->bounds->data.F32[i+1]);
  • trunk/psLib/test/dataManip/tst_psHist02.c

    r1073 r1320  
    9494
    9595        for (i=0;i<numBins;i++) {
    96             printf("Bin number %d bounds: (%f - %f) data (%d)\n", i,
     96            printf("Bin number %d bounds: (%6.3f - %6.3f) data (%d)\n", i,
    9797                   myHist->bounds->data.F32[i],
    9898                   myHist->bounds->data.F32[i+1],
Note: See TracChangeset for help on using the changeset viewer.