mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Apply templated write_message to particle_restart.cpp
This commit is contained in:
parent
4feb403646
commit
a6c9f173a4
1 changed files with 1 additions and 2 deletions
|
|
@ -24,8 +24,7 @@ namespace openmc {
|
|||
void read_particle_restart(Particle& p, RunMode& previous_run_mode)
|
||||
{
|
||||
// Write meessage
|
||||
write_message("Loading particle restart file " +
|
||||
settings::path_particle_restart + "...", 5);
|
||||
write_message(5, "Loading particle restart file {}", settings::path_particle_restart);
|
||||
|
||||
// Open file
|
||||
hid_t file_id = file_open(settings::path_particle_restart, 'r');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue