File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,7 @@ void init_Particle(py::module& m) {
327327 make_Particle< 3 , 2 > (m);
328328 make_Particle< 4 , 0 > (m); // HiPACE++ 22.07
329329 make_Particle< 5 , 0 > (m); // ImpactX 22.07
330+ // make_Particle< 7, 0 > (m); // WarpX 24.01+
330331 make_Particle< 8 , 0 > (m); // ImpactX 24.01+
331332 make_Particle< 37 , 1 > (m); // HiPACE++ 22.07
332333}
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ void init_StructOfArrays(py::module& m) {
9292 make_StructOfArrays< 2 , 1 >(m);
9393 make_StructOfArrays< 4 , 0 >(m); // HiPACE++ 22.08 - 23.12
9494 make_StructOfArrays< 5 , 0 >(m); // ImpactX 22.07 - 23.12
95+ make_StructOfArrays< 7 , 0 , true >(m); // WarpX 24.01+
9596 make_StructOfArrays< 8 , 0 , true >(m); // ImpactX 24.01+
9697 make_StructOfArrays<37 , 1 >(m); // HiPACE++ 22.09 - 23.12
9798}
You can’t perform that action at this time.
0 commit comments