Skip to content

Commit

Permalink
#62 remove missing MutableElement1_2 constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Mar 18, 2024
1 parent 795f099 commit 6fb23f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dynamic/wrappers/mesh/MutableElement1_2.cppwg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pNode);
};
void register_MutableElement1_2_class(py::module &m){
py::class_<MutableElement1_2 , MutableElement1_2_Overloads , boost::shared_ptr<MutableElement1_2 > , AbstractElement<1, 2> >(m, "MutableElement1_2")
.def(py::init<unsigned int >(), py::arg("index"))
.def(py::init<unsigned int, ::std::vector<Node<2> *> const & >(), py::arg("index"), py::arg("rNodes"))
.def(
"RegisterWithNodes",
Expand Down

0 comments on commit 6fb23f7

Please sign in to comment.