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 6036dd3 commit 1ce7fccCopy full SHA for 1ce7fcc
src/Base/MPMD.cpp
@@ -105,7 +105,7 @@ void init_MPMD(py::module &m) {
105
// only checks same layout, e.g. an `int` in `PyObject` could
106
// pass this
107
if (!py::isinstance<py::class_<pyAMReX_PyMPIIntracommObject> >(
108
- py::type::of(app_comm_py))
+ py::type::of(app_comm_py)))
109
// TODO add mpi4py version from above import check to error
110
// message
111
throw std::runtime_error(
0 commit comments