IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

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

    r2204 r2273  
    4747        yErr->data.F64[i] = 1.0;
    4848    }
    49     p_psNormalizeVectorF64(x);
     49    psNormalizeVectorRange(x,0.0,1.0);
    5050
    5151    printPositiveTestHeader(stdout,
     
    113113        y->data.F64[i] = setData(x->data.F64[i]);
    114114    }
    115     p_psNormalizeVectorF64(x);
     115    psNormalizeVectorRange(x,0.0,1.0);
    116116
    117117    printPositiveTestHeader(stdout,
     
    173173        y->data.F64[i] = setData(x->data.F64[i]);
    174174    }
    175     p_psNormalizeVectorF64(x);
     175    psNormalizeVectorRange(x,0.0,1.0);
    176176
    177177    printPositiveTestHeader(stdout,
Note: See TracChangeset for help on using the changeset viewer.