Skip to content

Commit b6b06b8

Browse files
committed
ImpactX: +3 Real Components
For Spin tracking
1 parent 8c34e68 commit b6b06b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Particle/ParticleContainer_ImpactX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ void init_ParticleContainer_ImpactX(py::module& m) {
1414

1515
// TODO: we might need to move all or most of the defines in here into a
1616
// test/example submodule, so they do not collide with downstream projects
17-
make_ParticleContainer_and_Iterators<SoAParticle<8, 0>, 8, 0>(m); // ImpactX 24.03+
17+
make_ParticleContainer_and_Iterators<SoAParticle<11, 0>, 11, 0>(m); // ImpactX 25.12+
1818
}

0 commit comments

Comments
 (0)