aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Evolve.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/Evolve.cc')
-rw-r--r--Carpet/Carpet/src/Evolve.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/Evolve.cc b/Carpet/Carpet/src/Evolve.cc
index 687b725c0..15c63999a 100644
--- a/Carpet/Carpet/src/Evolve.cc
+++ b/Carpet/Carpet/src/Evolve.cc
@@ -467,10 +467,7 @@ namespace Carpet {
// Checking
CheckChecksums (cctkGH, alltimes);
- if (do_global_mode and
- print_timestats_every > 0 and
- cctkGH->cctk_iteration % print_timestats_every == 0)
- {
+ if (do_global_mode) {
// Timing statistics
PrintTimingStats (cctkGH);
}