From 53108e345926437e6aa4c07c9e1ac5f11411e53c Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 3 Sep 2020 08:33:02 -0500 Subject: [PATCH] Corrections after rebase. --- src/plot.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plot.cpp b/src/plot.cpp index 481ed20fb..f52c2b03f 100644 --- a/src/plot.cpp +++ b/src/plot.cpp @@ -87,8 +87,8 @@ void PropertyData::set_overlap(size_t y, size_t x) { namespace model { -std::vector plots; std::unordered_map plot_map; +std::vector plots; uint64_t plotter_seed = 1; } // namespace model @@ -101,8 +101,7 @@ extern "C" int openmc_plot_geometry() { for (auto pl : model::plots) { - write_message(fmt::format("Processing plot {}: {}...", - pl.id_, pl.path_plot_), 5); + write_message(5, "Processing plot {}: {}...", pl.id_, pl.path_plot_); if (PlotType::slice == pl.type_) { // create 2D image