Further changes based on PR comments.

This commit is contained in:
Patrick Shriwise 2018-10-30 19:41:30 -05:00
parent e793472b15
commit a6830c9ca5
4 changed files with 11 additions and 9 deletions

View file

@ -24,7 +24,7 @@ namespace openmc {
int PLOT_LEVEL_LOWEST = -1;
std::map<int, int> plot_map;
std::unordered_map<int, int> plot_map;
int n_plots;