fixed wrong assertion.

This commit is contained in:
Jang Myeongho
2012-06-27 11:16:37 +00:00
parent c5c8bbf425
commit 00de61cbfc
-1
View File
@@ -444,7 +444,6 @@ void IfcGeom::SetValue(GeomValue var, double value) {
case GV_MAX_FACES_TO_SEW: case GV_MAX_FACES_TO_SEW:
max_faces_to_sew = value; max_faces_to_sew = value;
} }
assert(!"never reach here");
} }
double IfcGeom::GetValue(GeomValue var) { double IfcGeom::GetValue(GeomValue var) {