summaryrefslogtreecommitdiff
path: root/src/util/CactusTimers.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-10-14 09:45:16 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1998-10-14 09:45:16 +0000
commit01b83441090994825576f2f79b9aa83ee70febb6 (patch)
treecaa67d2f7bae9ed64db745ad5e3fd301e9b06762 /src/util/CactusTimers.c
parentfd589c82338c5e1dd8681082fdb101416c6089e5 (diff)
Moved CactusTimers.c from include to utils directory.
Changed the type for SetupGH. git-svn-id: http://svn.cactuscode.org/flesh/trunk@20 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/CactusTimers.c')
-rw-r--r--src/util/CactusTimers.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/util/CactusTimers.c b/src/util/CactusTimers.c
new file mode 100644
index 00000000..866bb29f
--- /dev/null
+++ b/src/util/CactusTimers.c
@@ -0,0 +1,22 @@
+ /*@@
+ @file CactusTimers.c
+ @date Thu Oct 8 18:30:28 1998
+ @author Tom Goodale
+ @desc
+ Timer stuff.
+ @enddesc
+ @@*/
+
+#include "CactusTimers.h"
+
+void CactusStartTimer(cTimer *timer)
+{
+}
+
+void CactusStopTimer(cTimer *timer)
+{
+}
+
+void CactusResetTimer(cTimer *timer)
+{
+}