From 8fe41d10c8af10b445c673c99f9f4139c5ec7ff9 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Wed, 28 Nov 2012 12:59:01 +0100 Subject: [PATCH] export GetMatchingBackboneViews --- modules/mol/base/pymod/export_entity_view.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mol/base/pymod/export_entity_view.cc b/modules/mol/base/pymod/export_entity_view.cc index fd9757286..866a33e1b 100644 --- a/modules/mol/base/pymod/export_entity_view.cc +++ b/modules/mol/base/pymod/export_entity_view.cc @@ -215,6 +215,7 @@ void export_EntityView() class_<EntityViewList>("EntityViewList", init<>()) .def(vector_indexing_suite<EntityViewList>()) ; + to_python_converter<std::pair<EntityView, EntityView>, PairToTupleConverter<EntityView, EntityView> >(); } -- GitLab