We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c34e68 commit b6b06b8Copy full SHA for b6b06b8
src/Particle/ParticleContainer_ImpactX.cpp
@@ -14,5 +14,5 @@ void init_ParticleContainer_ImpactX(py::module& m) {
14
15
// TODO: we might need to move all or most of the defines in here into a
16
// 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+
+ make_ParticleContainer_and_Iterators<SoAParticle<11, 0>, 11, 0>(m); // ImpactX 25.12+
18
}
0 commit comments