lemon/time_measure.h
changeset 1953 d4f411003580
parent 1894 f794a0bb40c9
child 1956 a055123339d5
     1.1 --- a/lemon/time_measure.h	Fri Feb 03 14:22:45 2006 +0000
     1.2 +++ b/lemon/time_measure.h	Fri Feb 03 15:58:24 2006 +0000
     1.3 @@ -272,7 +272,7 @@
     1.4    public: 
     1.5      ///Constructor.
     1.6  
     1.7 -    ///\param _running indicates whether or not the timer starts immediately.
     1.8 +    ///\param run indicates whether or not the timer starts immediately.
     1.9      ///
    1.10      Timer(bool run=true) :_running(run) {_reset();}
    1.11