aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/timestat.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/timestat.hh')
-rw-r--r--Carpet/CarpetLib/src/timestat.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/timestat.hh b/Carpet/CarpetLib/src/timestat.hh
index 5e008f727..ece12772c 100644
--- a/Carpet/CarpetLib/src/timestat.hh
+++ b/Carpet/CarpetLib/src/timestat.hh
@@ -11,6 +11,7 @@
#ifndef HAVE_TICK_COUNTER
typedef int ticks;
inline ticks getticks() { return 0; }
+inline double elapsed(ticks, ticks) { return 0.0; }
inline double seconds_per_tick(void) { return 0.0; }
inline void measure_tick(void) {}
#endif