IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Change normalize routine to be private.

File:
1 edited

Legend:

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

    r2344 r2348  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-12 19:53:06 $
     11 *  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-12 20:48:12 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    13121312    psVector *y = psVectorAlloc(robustHistogramVector->n, PS_TYPE_F32);
    13131313
    1314     psNormalizeVectorRangeF32(robustHistogramVector, 0.0, 1.0);
     1314    p_psNormalizeVectorRangeF32(robustHistogramVector, 0.0, 1.0);
    13151315    for (i=0;i<robustHistogramVector->n;i++) {
    13161316        myCoords->data[i] = (psPtr *) psVectorAlloc(2, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.