mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fixed problem with call to boost::mpl::for_each
This commit is contained in:
committed by
Thomas Krijnen
parent
6510291f21
commit
60723cff2b
@@ -121,7 +121,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcCurveSegment* inst) {
|
||||
|
||||
static int NUM_SEGMENTS = 64;
|
||||
curve_segment_evaluator cse(length_unit_, inst->ParentCurve(), inst->SegmentStart(), inst->SegmentLength());
|
||||
boost::mpl::for_each<curve_seg_types, boost::type<boost::mpl::_>>(cse);
|
||||
boost::mpl::for_each<curve_seg_types, boost::type<boost::mpl::_>>(std::ref(cse));
|
||||
|
||||
std::vector<taxonomy::point3::ptr> polygon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user