mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Clang
This commit is contained in:
parent
2cad8dea51
commit
aee239a209
1 changed files with 2 additions and 2 deletions
|
|
@ -891,8 +891,8 @@ void Particle::write_restart() const
|
|||
return;
|
||||
|
||||
// Set up file name
|
||||
auto filename = fmt::format("{}particle_{}_{}.h5",
|
||||
settings::path_output, simulation::current_batch, id());
|
||||
auto filename = fmt::format("{}particle_{}_{}.h5", settings::path_output,
|
||||
simulation::current_batch, id());
|
||||
|
||||
#pragma omp critical(WriteParticleRestart)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue