From 00de61cbfc51271f28fc967683be3a459aac0db8 Mon Sep 17 00:00:00 2001 From: Jang Myeongho Date: Wed, 27 Jun 2012 11:16:37 +0000 Subject: [PATCH] fixed wrong assertion. --- src/ifcgeom/IfcGeomFunctions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index 0f5c264524..1dfbb1e45c 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -444,7 +444,6 @@ void IfcGeom::SetValue(GeomValue var, double value) { case GV_MAX_FACES_TO_SEW: max_faces_to_sew = value; } - assert(!"never reach here"); } double IfcGeom::GetValue(GeomValue var) {