Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Base/MPMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void init_MPMD(py::module &m) {
// only checks same layout, e.g. an `int` in `PyObject` could
// pass this
if (!py::isinstance<py::class_<pyAMReX_PyMPIIntracommObject> >(
app_comm_py.get_type()))
py::type::of(app_comm_py)))
// TODO add mpi4py version from above import check to error
// message
throw std::runtime_error(
Expand Down
Loading