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

Corrected the export for SuperposeFrames. There was a conflict between

the two C++ functions associated when it was called with just one entity
as SuperposeFrames(t,eh).
parent 4bf2e0a3
Branches
Tags
No related merge requests found
......@@ -95,8 +95,7 @@ BOOST_PYTHON_MODULE(_ost_mol_alg)
(arg("source"), arg("sel")=ost::mol::EntityView(), arg("begin")=0,
arg("end")=-1, arg("ref")=-1));
def("SuperposeFrames", superpose_frames2,
(arg("source"), arg("sel")=ost::mol::EntityView(), arg("ref_view")=ost::mol::EntityView(),arg("begin")=0,
arg("end")=-1));
(arg("source"), arg("sel"), arg("ref_view"),arg("begin")=0, arg("end")=-1));
class_<mol::alg::ClashingDistances> ("ClashingDistances" ,init<Real,Real>())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment