mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Apply templated write_message to mgxs_interface.cpp
This commit is contained in:
parent
b441fe1c29
commit
4de893043e
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ void
|
|||
MgxsInterface::add_mgxs(hid_t file_id, const std::string& name,
|
||||
const std::vector<double>& temperature)
|
||||
{
|
||||
write_message(fmt::format("Loading {} data...", name), 6);
|
||||
write_message(5, "Loading {} data...", name);
|
||||
|
||||
// Check to make sure cross section set exists in the library
|
||||
hid_t xs_grp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue