Skip to content

Commit 61265e5

Browse files
committed
Add: SoA Particle <7,0> Missing
More for #236
1 parent 8fccfe1 commit 61265e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Particle/Particle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

src/Particle/StructOfArrays.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)