IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2004, 1:34:28 PM (22 years ago)
Author:
evanalst
Message:

Changed argument normal type from int to bool.

File:
1 edited

Legend:

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

    r1341 r1342  
    1212 *  @author George Gusciora, MHPCC
    1313 *
    14  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-07-29 22:44:34 $
     14 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-07-29 23:34:24 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3434           float mean,     ///< Mean for the Gaussian
    3535           float stddev,   ///< Standard deviation for the Gaussian
    36            int normal      ///< Indicates whether result should be normalized
     36           bool normal      ///< Indicates whether result should be normalized
    3737          );
    3838
Note: See TracChangeset for help on using the changeset viewer.