IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2004, 3:59:06 PM (22 years ago)
Author:
evanalst
Message:

Function psHistogramVector name changed to psVectorHistogram per SDR-02.

File:
1 edited

Legend:

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

    r1316 r1322  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-07-29 01:04:54 $
     11 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-07-29 01:59:06 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    114114
    115115/** Calculate a histogram \ingroup MathGroup **/
    116 psHistogram *psHistogramVector (psHistogram *out,   ///< Histogram data
     116psHistogram *psVectorHistogram (psHistogram *out,   ///< Histogram data
    117117                                const psVector *restrict in,       ///< Vector to analyse
    118118                                const psVector *restrict mask,     ///< Mask dat for input vector
    119                                 int maskVal);       ///< Mask value
     119                                unsigned int maskVal);       ///< Mask value
    120120
    121121bool p_psGetStatValue(
Note: See TracChangeset for help on using the changeset viewer.