Changeset 6332 for trunk/psLib/test/math/tst_psMinimizeLMM.c
- Timestamp:
- Feb 6, 2006, 12:27:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psMinimizeLMM.c
r6291 r6332 89 89 90 90 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, 92 92 myParams->data.F32[i], expectedParm[i]); 93 93 fflush(stdout);
Note:
See TracChangeset
for help on using the changeset viewer.
