mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Merge pull request #1323 from drewejohnson/data-temp-verbosity
Use level for neutron data temperature messages
This commit is contained in:
commit
6eba9841b5
1 changed files with 2 additions and 2 deletions
|
|
@ -359,9 +359,9 @@ read_ce_cross_sections(const std::vector<std::vector<double>>& nuc_temps,
|
|||
|
||||
// Show minimum/maximum temperature
|
||||
write_message("Minimum neutron data temperature: " +
|
||||
std::to_string(data::temperature_min) + " K");
|
||||
std::to_string(data::temperature_min) + " K", 4);
|
||||
write_message("Maximum neutron data temperature: " +
|
||||
std::to_string(data::temperature_max) + " K");
|
||||
std::to_string(data::temperature_max) + " K", 4);
|
||||
|
||||
// If the user wants multipole, make sure we found a multipole library.
|
||||
if (settings::temperature_multipole) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue