Fix discrepancy with v06

This commit is contained in:
Thomas Krijnen
2019-02-06 13:29:56 +01:00
parent 81f978f101
commit 40c2602b0e
+1 -1
View File
@@ -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) {