Corrections after rebase.

This commit is contained in:
Patrick Shriwise 2020-09-03 08:33:02 -05:00
parent c1006b34e3
commit 53108e3459

View file

@ -87,8 +87,8 @@ void PropertyData::set_overlap(size_t y, size_t x) {
namespace model {
std::vector<Plot> plots;
std::unordered_map<int, int> plot_map;
std::vector<Plot> 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