IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Data type psHistogram member uniform changed to bool.

File:
1 edited

Legend:

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

    r1292 r1316  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-07-24 02:00:21 $
     11 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-07-29 01:04:54 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9898    int minNum;                      ///< Number below the minimum
    9999    int maxNum;                      ///< Number above the maximum
    100     int uniform;                     ///< Is it a uniform distribution?
     100    bool uniform;                     ///< Is it a uniform distribution?
    101101}
    102102psHistogram;
Note: See TracChangeset for help on using the changeset viewer.