- Ifc: drop flawed assertion.

This commit is contained in:
acgessler
2013-01-20 15:16:20 +01:00
parent 29a7126589
commit 23a2ff629c

View File

@@ -1408,7 +1408,6 @@ bool IntersectingLineSegments(const IfcVector2& n0, const IfcVector2& n1,
IfcFloat s0;
IfcFloat s1;
if(fabs(n0_to_n1.x) > e) {
ai_assert(fabs(n0_to_m0.x) > e);
s0 = n0_to_m0.x / n0_to_n1.x;
s1 = n0_to_m1.x / n0_to_n1.x;
}