IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2004, 10:45:27 AM (22 years ago)
Author:
evanalst
Message:

Change normalize routines to be private.

File:
1 edited

Legend:

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

    r2340 r2347  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-12 19:08:17 $
     11 *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-12 20:45:27 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2929
    3030#include "psMinimize.h"
     31#include "psStats.h"
    3132/*****************************************************************************/
    3233/* DEFINE STATEMENTS                                                         */
     
    954955        PS_VECTOR_GEN_X_INDEX_STATIC_F64(x64Static, y->n);
    955956        if (myPoly->type == PS_POLYNOMIAL_CHEB) {
    956             psNormalizeVectorRangeF64(x64Static, -1.0, 1.0);
     957            p_psNormalizeVectorRangeF64(x64Static, -1.0, 1.0);
    957958        }
    958959        x64 = x64Static;
Note: See TracChangeset for help on using the changeset viewer.