aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-01-16 14:40:00 -0500
committerErik Schnetter <schnetter@gmail.com>2013-01-16 14:40:00 -0500
commitdd18eedb4478f0abdbe26d2cf8a3eaf21a38cb5e (patch)
tree8e717d029da419852ef499765b1c7691e2457910 /Carpet/Carpet
parent70ef3c946c0f51cb7ac74b693ed1fe8311a05641 (diff)
Carpet: Initialise all timing variables
Diffstat (limited to 'Carpet/Carpet')
-rw-r--r--Carpet/Carpet/src/Timing.cc12
1 files changed, 8 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/Timing.cc b/Carpet/Carpet/src/Timing.cc
index ccdfd3f71..812c92ca5 100644
--- a/Carpet/Carpet/src/Timing.cc
+++ b/Carpet/Carpet/src/Timing.cc
@@ -171,10 +171,14 @@ namespace Carpet {
* evolution_steps_count = 0.0;
- * local_grid_points_per_second = 0.0;
- * total_grid_points_per_second = 0.0;
- * local_grid_point_updates_count = 0.0;
- * total_grid_point_updates_count = 0.0;
+ * local_grid_points_per_second = 0.0;
+ * total_grid_points_per_second = 0.0;
+ * local_grid_point_updates_count = 0.0;
+ * total_grid_point_updates_count = 0.0;
+ * local_interior_points_per_second = 0.0;
+ * total_interior_points_per_second = 0.0;
+ * local_interior_point_updates_count = 0.0;
+ * total_interior_point_updates_count = 0.0;
* io_per_second = 0.0;
* io_bytes_per_second = 0.0;