aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/variables.hh')
-rw-r--r--Carpet/Carpet/src/variables.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/variables.hh b/Carpet/Carpet/src/variables.hh
index 707e6f1ae..c673b1699 100644
--- a/Carpet/Carpet/src/variables.hh
+++ b/Carpet/Carpet/src/variables.hh
@@ -32,7 +32,7 @@
#include <vect.hh>
#include "carpet_public.h"
-
+#include "TimerNode.hh"
namespace Carpet {
@@ -94,6 +94,7 @@ namespace Carpet {
extern int timereflevelfact;
extern vect<int,dim> spacereflevelfact;
+ extern TimerTree main_timer_tree;
// Current multigrid factor
extern int mglevelfact;