From aee239a20996044e283bd0c1ca0d32e4ca371536 Mon Sep 17 00:00:00 2001 From: Viktor Mai Date: Wed, 24 Jun 2026 13:19:16 -0500 Subject: [PATCH] Clang --- src/particle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/particle.cpp b/src/particle.cpp index e078600e72..e63c32eb66 100644 --- a/src/particle.cpp +++ b/src/particle.cpp @@ -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) {