]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Small change.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 May 1998 16:49:35 +0000 (16:49 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 May 1998 16:49:35 +0000 (16:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@312 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/timer.cc

index 9f5fb82c4c1f9c51479154e601152857c07000fb..0d4b4aa501d6e7af45d6fb3d3bee49ca33d02972 100644 (file)
@@ -24,7 +24,7 @@
 #endif
 
 #ifndef TIMER
-#define TIMER clock();
+#define TIMER clock()
 #endif
 
 #ifndef OVER_TIME
@@ -47,7 +47,7 @@ Timer::Timer()
 
 
 void Timer::start () {
-  running    = tru;
+  running    = true;
   overflow   = 0;
   start_time = TIMER / DIVIDE;
 };

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.