IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2004, 2:18:11 PM (22 years ago)
Author:
gusciora
Message:

Set the x-vector range properly, generated new stderr and stdout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMinimize04b_F32.c

    r2436 r2740  
    4747        yErr->data.F32[i] = 1.0;
    4848    }
    49     p_psNormalizeVectorRangeF32(x,0.0f,1.0f);
     49    p_psNormalizeVectorRangeF32(x, -1.0f, 1.0f);
    5050
    5151    printPositiveTestHeader(stdout,
     
    116116        y->data.F32[i] = setData(x->data.F32[i]);
    117117    }
    118     p_psNormalizeVectorRangeF32(x,0.0f,1.0f);
     118    p_psNormalizeVectorRangeF32(x, -1.0f, 1.0f);
    119119
    120120    printPositiveTestHeader(stdout,
     
    179179        y->data.F32[i] = setData(x->data.F32[i]);
    180180    }
    181     p_psNormalizeVectorRangeF32(x,0.0,1.0);
     181    p_psNormalizeVectorRangeF32(x, -1.0, 1.0);
    182182
    183183    printPositiveTestHeader(stdout,
Note: See TracChangeset for help on using the changeset viewer.