Skip to content

Commit 1ce7fcc

Browse files
authored
Fix Missing )
Signed-off-by: Axel Huebl <[email protected]>
1 parent 6036dd3 commit 1ce7fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base/MPMD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void init_MPMD(py::module &m) {
105105
// only checks same layout, e.g. an `int` in `PyObject` could
106106
// pass this
107107
if (!py::isinstance<py::class_<pyAMReX_PyMPIIntracommObject> >(
108-
py::type::of(app_comm_py))
108+
py::type::of(app_comm_py)))
109109
// TODO add mpi4py version from above import check to error
110110
// message
111111
throw std::runtime_error(

0 commit comments

Comments
 (0)