mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Further changes based on PR comments.
This commit is contained in:
parent
e793472b15
commit
a6830c9ca5
4 changed files with 11 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue