mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Apply templated write_message to plot.cpp
This commit is contained in:
parent
a6c9f173a4
commit
697f8c77eb
1 changed files with 1 additions and 2 deletions
|
|
@ -94,8 +94,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue