Skip to content

Commit

Permalink
Fix discrepancy with v06
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Feb 6, 2019
1 parent 81f978f commit 40c2602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifcgeom/IfcGeomHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcAxis2Placement3D* l, gp_Trsf&
const bool hasRef = l->hasRefDirection();

if (hasAxis != hasRef) {
Logger::Warning("Axis and RefDirection should be specified together", l);
Logger::Warning("Axis and RefDirection should be specified together", l->entity);
}

if (hasAxis) {
Expand Down

0 comments on commit 40c2602

Please sign in to comment.