mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
fixed wrong assertion.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user