IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 4:30:50 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4293 r4315  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2005-06-17 00:11:05 $
     16 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2005-06-18 02:30:49 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    136136 */
    137137psHistogram* psHistogramAlloc(
    138     psF32 lower,                       ///< Lower limit for the bins
    139     psF32 upper,                       ///< Upper limit for the bins
    140     psS32 n                            ///< Number of bins
     138    float lower,                       ///< Lower limit for the bins
     139    float upper,                       ///< Upper limit for the bins
     140    int n                              ///< Number of bins
    141141);
    142142
Note: See TracChangeset for help on using the changeset viewer.