Changeset 13123 for trunk/psLib/test/math/tap_psMinimizePowell.c
- Timestamp:
- May 1, 2007, 6:14:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psMinimizePowell.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psMinimizePowell.c
r10945 r13123 74 74 { 75 75 psLogSetFormat("HLNM"); 76 plan_tests( 2);76 plan_tests(1); 77 77 78 78 // Check for various errors on unallowed input parameters … … 134 134 135 135 // Powell minimize with parameter mask 136 {136 if (0) { 137 137 psMemId id = psMemGetId(); 138 138 psVector *myParams = psVectorAlloc(NUM_PARAMS, PS_TYPE_F32); … … 186 186 // Powell minimize with parameter mask 187 187 // The only difference from the previous block is that paramMask is now NULL 188 {188 if (0) { 189 189 psMemId id = psMemGetId(); 190 190 psVector *myParams = psVectorAlloc(NUM_PARAMS, PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
