Skip to content
Snippets Groups Projects
Commit 2392617f authored by Niklaus Johner's avatar Niklaus Johner
Browse files

Added export for Atom::SetRadius

parent 1a3198d2
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ void export_Atom() ...@@ -62,6 +62,7 @@ void export_Atom()
&AtomBase::SetName) &AtomBase::SetName)
.add_property("index", &AtomBase::GetIndex) .add_property("index", &AtomBase::GetIndex)
.def("GetRadius", &AtomBase::GetRadius) .def("GetRadius", &AtomBase::GetRadius)
.def("SetRadius", &AtomBase::SetRadius)
.def("GetElement", &AtomBase::GetElement, .def("GetElement", &AtomBase::GetElement,
return_value_policy<copy_const_reference>()) return_value_policy<copy_const_reference>())
.def("SetElement", &AtomBase::SetElement) .def("SetElement", &AtomBase::SetElement)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment