#841 missing return value

This commit is contained in:
Thomas Krijnen
2021-05-13 10:09:09 +02:00
parent b3c918f15f
commit 81ad689478
+1
View File
@@ -4447,6 +4447,7 @@ bool IfcGeom::Kernel::faceset_helper<CP, LP>::construct(const std::vector<double
}
auto LU = kernel_->getValue(GV_LENGTH_UNIT);
l->SetCoord(cp[0] * LU, cp[1] * LU, cp[2] * LU);
return true;
}
/*