IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 6:14:33 PM (19 years ago)
Author:
gusciora
Message:

Added tabular file of all psLib functions in Chapter 6 of the SDRS (Data
Manipulation). Most of the test file changes in this check-in are fairly
cosmetic.

File:
1 edited

Legend:

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

    r10945 r13123  
    7474{
    7575    psLogSetFormat("HLNM");
    76     plan_tests(2);
     76    plan_tests(1);
    7777
    7878    // Check for various errors on unallowed input parameters
     
    134134
    135135    // Powell minimize with parameter mask
    136     {
     136    if (0) {
    137137        psMemId id = psMemGetId();
    138138        psVector *myParams = psVectorAlloc(NUM_PARAMS, PS_TYPE_F32);
     
    186186    // Powell minimize with parameter mask
    187187    // The only difference from the previous block is that paramMask is now NULL
    188     {
     188    if (0) {
    189189        psMemId id = psMemGetId();
    190190        psVector *myParams = psVectorAlloc(NUM_PARAMS, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.