Put plots in model namespace

This commit is contained in:
Paul Romano 2018-11-08 15:14:01 -06:00
parent c9bd707f04
commit 6393db8daa
4 changed files with 24 additions and 22 deletions

View file

@ -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