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 1917933 commit 0f7bff7Copy full SHA for 0f7bff7
src_py/main_binder.cc
@@ -396,7 +396,7 @@ void bindAdvectionDiffusion2d(pybind11::module & mParent)
396
pybind11::return_value_policy::take_ownership,
397
pybind11::arg().noconvert(), pybind11::arg().noconvert(),
398
399
- pybind11::arg().noconvert(), pybind11::arg().noconvert());
+ pybind11::arg().noconvert());
400
}
401
402
// -----------------------
0 commit comments