aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Comm.cc
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-10-26 12:15:11 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-10-26 12:15:11 +0200
commit75dbdb96f5676fd48fd04214adacba128011d7cb (patch)
tree4f54e843aa92f7eb462f5ea53ef665b62b21f6c4 /Carpet/Carpet/src/Comm.cc
parentbb964e0e1c59599be04f41ed4fd7a9a0f251a8e0 (diff)
Carpet: Remove accidentally-committed extra arguments to Timer constructor
Diffstat (limited to 'Carpet/Carpet/src/Comm.cc')
-rw-r--r--Carpet/Carpet/src/Comm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Comm.cc b/Carpet/Carpet/src/Comm.cc
index 4d23b6754..b7f68a36e 100644
--- a/Carpet/Carpet/src/Comm.cc
+++ b/Carpet/Carpet/src/Comm.cc
@@ -166,7 +166,7 @@ namespace Carpet {
if (sync_barriers)
{
- static Timers::Timer barrier_timer ("ProlongateSyncBarrier",0,true);
+ static Timers::Timer barrier_timer ("ProlongateSyncBarrier");
barrier_timer.start();
CCTK_Barrier(cctkGH);
barrier_timer.stop();