File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ foreach(D IN LISTS AMReX_SPACEDIM)
33 PRIVATE
44 ParticleContainer.cpp
55 ParticleContainer_FHDeX.cpp
6- ParticleContainer_HiPACE.cpp
76 ParticleContainer_ImpactX.cpp
87 ParticleContainer_WarpX.cpp
98 )
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ namespace
3434
3535// forward declarations
3636void init_ParticleContainer_FHDeX (py::module & m);
37- void init_ParticleContainer_HiPACE (py::module & m);
3837void init_ParticleContainer_ImpactX (py::module & m);
3938void init_ParticleContainer_WarpX (py::module & m);
4039
@@ -58,7 +57,6 @@ void init_ParticleContainer(py::module& m) {
5857
5958 // application codes
6059 init_ParticleContainer_FHDeX (m);
61- init_ParticleContainer_HiPACE (m);
6260 init_ParticleContainer_ImpactX (m);
6361 init_ParticleContainer_WarpX (m);
6462
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments