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 c4c8879 commit 20c53efCopy full SHA for 20c53ef
src/EB/EB.cpp
@@ -5,6 +5,8 @@
5
*/
6
#include "pyAMReX.H"
7
8
+#ifdef AMREX_USE_EB
9
+
10
#include <AMReX_EB2.H>
11
12
void init_EBFabFactory (py::module& m);
@@ -31,3 +33,5 @@ void init_EB (py::module& m)
31
33
32
34
init_EBFabFactory(m);
35
}
36
37
+#endif
src/EB/EBFabFactory.cpp
#include <AMReX_EBFabFactory.H>
#include <AMReX_MultiFab.H>
@@ -37,3 +39,5 @@ void init_EBFabFactory (py::module& m)
39
"Make EBFArrayBoxFactory for given Geometry, BoxArray and DistributionMapping"
38
40
);
41
42
43
0 commit comments