IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2006, 12:27:20 PM (20 years ago)
Author:
desonia
Message:

reduced the precision of printing of float values to mitigate machine
differences between types of processors.

-rdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psMinimizeLMM.c

    r6291 r6332  
    8989
    9090        for (psS32 i=0;i<NUM_PARAMS;i++) {
    91             printf("Parameter %d at the minimum is %f (expected: %f)\n", i,
     91            printf("Parameter %d at the minimum is %.1f (expected: %.1f)\n", i,
    9292                   myParams->data.F32[i], expectedParm[i]);
    9393            fflush(stdout);
Note: See TracChangeset for help on using the changeset viewer.