0020619: Union list regression ?

This commit is contained in:
jfa 2009-12-17 12:31:16 +00:00
parent 5c917427de
commit 066be714db

View File

@ -249,7 +249,8 @@ void GEOMImpl_IGroupOperations::UnionList (Handle(GEOM_Object) theGroup,
Standard_Integer aLen = theSubShapes->Length();
if (aLen < 1) {
SetErrorCode("The list is empty");
//SetErrorCode("The list is empty");
SetErrorCode(OK);
return;
}