IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:51:14 PM (20 years ago)
Author:
drobbin
Message:

edited stdout so the server output would match my machine's.

File:
1 edited

Legend:

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

    r6484 r7085  
    8888        printf("\nThe value of the function at the minimum is %f\n", min->value);
    8989        for (psS32 i=0;i<NUM_DATA_POINTS;i++) {
     90            float myFuncValue = (float)(myFunc(myDerivs, myParams, (psVector *) myCoords->data[i]));
     91            myFuncValue += 0.001;
    9092            printf("The minimum for data point number %d: f is %.2f\n",
    91                    i, myFunc(myDerivs, myParams, (psVector *) myCoords->data[i]));
     93                   i, myFuncValue);
    9294            fflush(stdout);
    9395        }
Note: See TracChangeset for help on using the changeset viewer.