Skip to content

Commit

Permalink
make fields::reset_timers a public member (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskooi authored Aug 11, 2021
1 parent 74ddacb commit ec5369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meep.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<time_sink, std::vector<double>, std::hash<int> > 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
Expand Down

0 comments on commit ec5369e

Please sign in to comment.