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 996d1de commit 51fc0adCopy full SHA for 51fc0ad
src/EB/EBFabFactory.cpp
@@ -26,7 +26,7 @@ void init_EBFabFactory (py::module& m)
26
return makeEBFabFactory(geom, ba, dm, ngrow, support);
27
},
28
py::arg("geom"), py::arg("ba"), py::arg("dm"), py::arg("ngrow"),
29
- py::arg("support").
+ py::arg("support"),
30
"Make EBFArrayBoxFactory for given Geometry, BoxArray and DistributionMapping"
31
);
32
}
0 commit comments