From b6b06b89de39ff11b980aae95bd190ae585907e3 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 25 Nov 2025 17:28:36 -0800 Subject: [PATCH] ImpactX: +3 Real Components For Spin tracking --- src/Particle/ParticleContainer_ImpactX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Particle/ParticleContainer_ImpactX.cpp b/src/Particle/ParticleContainer_ImpactX.cpp index 0b48bcf5..d5baef4c 100644 --- a/src/Particle/ParticleContainer_ImpactX.cpp +++ b/src/Particle/ParticleContainer_ImpactX.cpp @@ -14,5 +14,5 @@ void init_ParticleContainer_ImpactX(py::module& m) { // TODO: we might need to move all or most of the defines in here into a // test/example submodule, so they do not collide with downstream projects - make_ParticleContainer_and_Iterators, 8, 0>(m); // ImpactX 24.03+ + make_ParticleContainer_and_Iterators, 11, 0>(m); // ImpactX 25.12+ }