mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Put plots in model namespace
This commit is contained in:
parent
c9bd707f04
commit
6393db8daa
4 changed files with 24 additions and 22 deletions
|
|
@ -62,7 +62,7 @@ void print_plot() {
|
|||
|
||||
header("PLOTTING SUMMARY", 5);
|
||||
|
||||
for (auto pl : plots) {
|
||||
for (auto pl : model::plots) {
|
||||
// Plot id
|
||||
std::cout << "Plot ID: " << pl.id_ << "\n";
|
||||
// Plot filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue