Skip to content
Snippets Groups Projects
Commit 8dd58eea authored by Ansgar Philippsen's avatar Ansgar Philippsen
Browse files

fixed missing GetCentralAtom export for residue

parent 0403c958
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,7 @@ void export_Residue() ...@@ -185,6 +185,7 @@ void export_Residue()
.def("GetCenterOfMass", &ResidueHandle::GetCenterOfMass) .def("GetCenterOfMass", &ResidueHandle::GetCenterOfMass)
.def("GetCenterOfAtoms", &ResidueHandle::GetCenterOfAtoms) .def("GetCenterOfAtoms", &ResidueHandle::GetCenterOfAtoms)
.def("GetGeometricCenter", geom_center<ResidueHandle>) .def("GetGeometricCenter", geom_center<ResidueHandle>)
.def("GetCentralAtom", &ResidueHandle::GetCentralAtom)
.add_property("mass", &ResidueHandle::GetMass) .add_property("mass", &ResidueHandle::GetMass)
.add_property("center_of_mass", &ResidueHandle::GetCenterOfMass) .add_property("center_of_mass", &ResidueHandle::GetCenterOfMass)
.add_property("center_of_atoms", &ResidueHandle::GetCenterOfAtoms) .add_property("center_of_atoms", &ResidueHandle::GetCenterOfAtoms)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment