From 30b34460ac5073e87aa13f245a719876f95e0505 Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Tue, 5 Nov 2013 18:26:44 -0500 Subject: [PATCH] removed ost::PairToTupleConverter from export_vec3.cc as it creates cyclical dependency in the build system --- modules/geom/pymod/export_vec3.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/geom/pymod/export_vec3.cc b/modules/geom/pymod/export_vec3.cc index 0bd91ba68..1281b3008 100644 --- a/modules/geom/pymod/export_vec3.cc +++ b/modules/geom/pymod/export_vec3.cc @@ -21,7 +21,6 @@ #include <ost/geom/vec3.hh> #include <ost/geom/geom.hh> #include <ost/geom/export_helper/vector.hh> -#include <ost/export_helper/pair_to_tuple_conv.hh> using namespace boost::python; @@ -118,6 +117,4 @@ void export_Vec3() .def("GetODRLine", &Vec3List::GetODRLine) .def("FitCylinder", &Vec3List::FitCylinder) ; - to_python_converter<std::pair<geom::Line3, Real>, - ost::PairToTupleConverter<geom::Line3, Real> >(); } -- GitLab