mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Use templated write_message in a few more places
From review suggestions Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4de893043e
commit
f1b7cd7938
3 changed files with 6 additions and 7 deletions
|
|
@ -501,7 +501,7 @@ void initialize_history(Particle& p, int64_t index_source)
|
|||
|
||||
// Display message if high verbosity or trace is on
|
||||
if (settings::verbosity >= 9 || p.trace_) {
|
||||
write_message(fmt::format("Simulating Particle {}", p.id_));
|
||||
write_message("Simulating Particle {}", p.id_);
|
||||
}
|
||||
|
||||
// Add paricle's starting weight to count for normalizing tallies later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue