- Ifc: drop flawed assertion.

pull/16/merge
acgessler 2013-01-20 15:16:20 +01:00
parent 29a7126589
commit 23a2ff629c
1 changed files with 0 additions and 1 deletions

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;
}