Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm7/include/c2_function.hh

    r1230 r1337  
    3131 *
    3232 *  \author Created by R. A. Weller and Marcus H. Mendenhall on 7/9/05.
    33  *  \author Copyright 2005 __Vanderbilt University__. All rights reserved.
     33 *  \author 2005 Vanderbilt University.
    3434 *
    3535 *      \version c2_function.hh,v 1.238 2008/05/22 12:45:19 marcus Exp
     
    302302        /// It is not maintained automatically in general!  The root finder, integrator, and sampler do increment it.
    303303        /// \return number of evaluations logged since last reset.
    304         volatile size_t get_evaluations() const { return evaluations; }
     304        size_t get_evaluations() const { return evaluations; }
    305305        /// \brief reset the counter
    306306        void reset_evaluations()  const { evaluations=0; } // evaluations are 'invisible' to constant
Note: See TracChangeset for help on using the changeset viewer.