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 aa385c2 commit 724b5b8Copy full SHA for 724b5b8
src/EB/EB.cpp
@@ -5,10 +5,9 @@
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);
13
14
void init_EB (py::module& m)
@@ -33,5 +32,3 @@ void init_EB (py::module& m)
33
32
34
init_EBFabFactory(m);
35
}
36
37
-#endif
src/EB/EBFabFactory.cpp
@@ -5,11 +5,10 @@
#include <AMReX_EBFabFactory.H>
#include <AMReX_MultiFab.H>
void init_EBFabFactory (py::module& m)
{
15
using namespace amrex;
@@ -39,5 +38,3 @@ void init_EBFabFactory (py::module& m)
39
38
"Make EBFArrayBoxFactory for given Geometry, BoxArray and DistributionMapping"
40
);
41
42
43
0 commit comments