Fix for cgal point projection

This commit is contained in:
Thomas Krijnen
2020-07-26 15:35:10 +02:00
parent 63638a4d26
commit c7e2fc5551
+1 -1
View File
@@ -353,7 +353,7 @@ namespace {
} }
void operator()(const taxonomy::trimmed_curve& e) { void operator()(const taxonomy::trimmed_curve& e) {
point_projection_visitor v1, v2; point_projection_visitor v1{ e.basis }, v2{ e.basis };
boost::apply_visitor(v1, e.start); boost::apply_visitor(v1, e.start);
boost::apply_visitor(v2, e.end); boost::apply_visitor(v2, e.end);