From ec5369e167b7a298304bceaa0a7293896588fd6b Mon Sep 17 00:00:00 2001 From: Ardavan Oskooi Date: Tue, 10 Aug 2021 18:07:02 -0700 Subject: [PATCH] make fields::reset_timers a public member (#1727) --- src/meep.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meep.hpp b/src/meep.hpp index 7d58c446c..d794ada65 100644 --- a/src/meep.hpp +++ b/src/meep.hpp @@ -2207,9 +2207,9 @@ class fields { // Returns a map from time_sink to the vector of total times each MPI process spent on the // indicated category. std::unordered_map, std::hash > get_timing_data() const; + void reset_timers(); private: - void reset_timers(); timing_scope with_timing_scope(time_sink sink); // The following is an array that is num_chunks by num_chunks. Actually