Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* fast, flexible operations on piecewise-twice-differentiable functions
|
||||
*
|
||||
* \author Created by R. A. Weller and Marcus H. Mendenhall on 7/9/05.
|
||||
* \author Copyright 2005 __Vanderbilt University__. All rights reserved.
|
||||
* \author 2005 Vanderbilt University.
|
||||
*
|
||||
* \version c2_function.hh,v 1.238 2008/05/22 12:45:19 marcus Exp
|
||||
* \see \ref c2_factory "Factory Functions" for information on constructing things in here
|
||||
@@ -301,7 +301,7 @@ public:
|
||||
///
|
||||
/// It is not maintained automatically in general! The root finder, integrator, and sampler do increment it.
|
||||
/// \return number of evaluations logged since last reset.
|
||||
volatile size_t get_evaluations() const { return evaluations; }
|
||||
size_t get_evaluations() const { return evaluations; }
|
||||
/// \brief reset the counter
|
||||
void reset_evaluations() const { evaluations=0; } // evaluations are 'invisible' to constant
|
||||
/// \brief count evaluations
|
||||
|
||||
Reference in New Issue
Block a user