aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gh.cc')
-rw-r--r--Carpet/CarpetLib/src/gh.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gh.cc b/Carpet/CarpetLib/src/gh.cc
index a82d66a09..143211852 100644
--- a/Carpet/CarpetLib/src/gh.cc
+++ b/Carpet/CarpetLib/src/gh.cc
@@ -6,7 +6,7 @@
#include <iostream>
#include <vector>
-#include "CarpetTimers.hh"
+#include <Timer.hh>
#include "defs.hh"
#include "dh.hh"
@@ -91,7 +91,7 @@ regrid (rregs const & superregs, mregs const & regs, bool const do_init)
{
DECLARE_CCTK_PARAMETERS;
- static Carpet::Timer timer ("CarpetLib::gh::regrid");
+ static Timers::Timer timer ("CarpetLib::gh::regrid");
timer.start();
superregions = superregs;