Skip to content

Commit ae947a5

Browse files
Update particle.h
1 parent 5abe080 commit ae947a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/struct/particle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @brief Structure of Arrays (SoA) container for the particle data.
2121
* This layout is significantly faster for SIMD vectorization and cache locality.
2222
*/
23-
struct ParticleSystem {
23+
struct Particle {
2424
// Positions
2525
std::vector<real> x, y, z;
2626
// Velocities

0 commit comments

Comments
 (0)