aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;