Skip to content

Commit ee05523

Browse files
committed
Switched to reading the "initial particles".
For the efficiency measurements, where we use this capability at the moment, the initial particles are the ones that we're really interested in...
1 parent 931bca1 commit ee05523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/src/read_particles.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void read_particles(
5858
particles,
5959
get_absolute_path((std::filesystem::path(directory) /
6060
std::filesystem::path(get_event_filename(
61-
event, "-particles_final.csv")))
61+
event, "-particles_initial.csv")))
6262
.native()),
6363
get_absolute_path((std::filesystem::path(directory) /
6464
std::filesystem::path(

0 commit comments

Comments
 (0)