Fix compilation error reported by bezumenez

This commit is contained in:
aothms
2015-12-04 11:56:54 +01:00
parent 0301e2fb1b
commit a2d91f9331
+1 -1
View File
@@ -101,7 +101,7 @@
bool IfcGeom::Kernel::convert(const IfcSchema::IfcExtrudedAreaSolid* l, TopoDS_Shape& shape) {
const double height = l->Depth() * getValue(GV_LENGTH_UNIT);
if (height < getValue(GV_PRECISION)) {
Logger::Message(Logger::LOG_ERROR, "Non-positive extrusion height encountered for:", l);
Logger::Message(Logger::LOG_ERROR, "Non-positive extrusion height encountered for:", l->entity);
return false;
}