]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some things that we probably don't need in the near future but which make...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 19 May 1998 13:51:56 +0000 (13:51 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 19 May 1998 13:51:56 +0000 (13:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@316 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/timer.cc

index 0d4b4aa501d6e7af45d6fb3d3bee49ca33d02972..39b2f2af6a0915c6598f1dc8f00f27c7fba218e8 100644 (file)
@@ -5,35 +5,17 @@
 #include <sys/time.h>
 
 
-
-#if #cpu(transputer)
-#  define TIMER TimeNowLow()
-#  define DIVIDE CLK_TCK_LOW
-#endif
-#ifdef _ARCH_PPC
-#  if #system(parix)
-#    define TIMER TimeNow()
-#    define DIVIDE CLOCK_TICK
-#  endif
-#  if #system(aix)
-#    define DIVIDE CLOCKS_PER_SEC
-#  endif
-#endif
-#if #cpu(sparc)
-#  define DIVIDE 1.e6
-#endif
-
 #ifndef TIMER
 #define TIMER clock()
 #endif
 
+#ifndef DIVIDE
+#define DIVIDE 1.e6
+#endif
 #ifndef OVER_TIME
 #define OVER_TIME 4294967296./DIVIDE
 #endif
 
-#ifndef DIVIDE
-#define DIVIDE 1.e6
-#endif
 
 
 const double Timer::overtime = OVER_TIME;

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.