IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2004, 5:30:30 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psStats.h

    r2204 r2269  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-10-27 00:57:31 $
     12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-11-03 03:30:30 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    174174);
    175175
    176 
    177 void p_psNormalizeVector(psVector* myData);
    178 
    179 void p_psNormalizeVectorF64(psVector* myData);
     176void psNormalizeVectorRange(psVector* myData,
     177                            float low,
     178                            float high);
    180179
    181180/// @}
Note: See TracChangeset for help on using the changeset viewer.