aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Evolve.cc
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-04-04 13:14:38 +0200
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:13 +0100
commit079a55f31417b27ae857e95ba21a841c9863a76f (patch)
treeb9a758ea4e2a740571edcdccc8d30b946d023a81 /Carpet/Carpet/src/Evolve.cc
parent0300bdc2231f27bc33837b1aa9714f67801f23da (diff)
Make timer tree output precision and threshold configurable with parameters
Diffstat (limited to 'Carpet/Carpet/src/Evolve.cc')
-rw-r--r--Carpet/Carpet/src/Evolve.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Evolve.cc b/Carpet/Carpet/src/Evolve.cc
index a3d19ca6f..204f254dc 100644
--- a/Carpet/Carpet/src/Evolve.cc
+++ b/Carpet/Carpet/src/Evolve.cc
@@ -95,7 +95,7 @@ namespace Carpet {
{
TimerNode *rt = TimerNode::getRootTimer();
TimerNode *et = rt->getChildTimer("Evolve");
- et->print(cout, et->getTime(), 0, 1.0);
+ et->print(cout, et->getTime(), 0, timer_tree_threshold_percentage, timer_tree_output_precision);
}
timer.stop();
}