Skip to content

Commit

Permalink
Merge branch 'python_copy_constructor_proxyfunction' into 'master'
Browse files Browse the repository at this point in the history
"copy constructor" for python proxyfunctions

See merge request jschoeberl/ngsolve!295
  • Loading branch information
JSchoeberl committed Feb 2, 2018
2 parents a3771b9 + b00a805 commit 25993ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comp/python_comp.cpp
Expand Up @@ -1214,6 +1214,7 @@ integrators will replace it with the basis functions of the finite element space
when building the system matrices. when building the system matrices.
)raw_string")) )raw_string"))
.def(py::init([](spProxy self) { return self; }))
.def("Deriv", .def("Deriv",
[](const spProxy self) [](const spProxy self)
{ return self->Deriv(); }, { return self->Deriv(); },
Expand Down

0 comments on commit 25993ae

Please sign in to comment.