IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2004, 9:08:17 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.c

    r2329 r2340  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.86 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-10 23:22:32 $
     11 *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-12 19:08:17 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    954954        PS_VECTOR_GEN_X_INDEX_STATIC_F64(x64Static, y->n);
    955955        if (myPoly->type == PS_POLYNOMIAL_CHEB) {
    956             psNormalizeVectorRange(x64Static, -1.0, 1.0);
     956            psNormalizeVectorRangeF64(x64Static, -1.0, 1.0);
    957957        }
    958958        x64 = x64Static;
Note: See TracChangeset for help on using the changeset viewer.