We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931bca1 commit ee05523Copy full SHA for ee05523
io/src/read_particles.cpp
@@ -58,7 +58,7 @@ void read_particles(
58
particles,
59
get_absolute_path((std::filesystem::path(directory) /
60
std::filesystem::path(get_event_filename(
61
- event, "-particles_final.csv")))
+ event, "-particles_initial.csv")))
62
.native()),
63
64
std::filesystem::path(
0 commit comments