Skip to content

Commit 5c94554

Browse files
committed
Remove unnecessary TODO
1 parent 7573599 commit 5c94554

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Libs/Particles/ParticleSystemEvaluation.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ ParticleSystemEvaluation::ParticleSystemEvaluation(const std::vector<std::string
1818
const int VDimension = 3;
1919
assert(N > 0);
2020

21-
// TODO: We're using the existing particle file reader here. This is not ideal
22-
// since this particle reader loads into a std::vector, which subsequently
23-
// is copied to Eigen. Refactor it to load directly to Eigen. (This is not a
24-
// huge problem for now because the particle files are quite small)
25-
2621
// Read the first file to find dimensions
2722
auto points0 = particles::read_particles_as_vector(paths_[0]);
2823
const int D = points0.size() * VDimension;

0 commit comments

Comments
 (0)