mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Wrong preprocessor statement #6765
This commit is contained in:
@@ -202,7 +202,7 @@ class curve_segment_evaluator {
|
|||||||
inst_(inst),
|
inst_(inst),
|
||||||
length_unit_(length_unit),
|
length_unit_(length_unit),
|
||||||
parent_curve_(inst->ParentCurve()) {
|
parent_curve_(inst->ParentCurve()) {
|
||||||
#ifdef SCHEMA_IfcCurveSegment_HAS_UsingCurves
|
#ifdef SCHEMA_IfcSegment_HAS_UsingCurves
|
||||||
auto composite_curves = inst->UsingCurves();
|
auto composite_curves = inst->UsingCurves();
|
||||||
#else
|
#else
|
||||||
aggregate_of<IfcSchema::IfcCompositeCurve>::ptr composite_curves;
|
aggregate_of<IfcSchema::IfcCompositeCurve>::ptr composite_curves;
|
||||||
|
|||||||
Reference in New Issue
Block a user