Apply templated write_message to mgxs_interface.cpp

This commit is contained in:
Andrew Johnson 2020-08-06 07:01:10 -04:00
parent b441fe1c29
commit 4de893043e
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

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