Bug IPAL19078 Error in Dump study/load script

This commit is contained in:
dmv 2008-07-21 12:31:44 +00:00
parent 96e5cf78a1
commit 04f364be62

View File

@ -245,8 +245,8 @@ static bool inUse( _PTR(Study) study, const QString& component, const QMap<QStri
continue;
GEOM::ListOfGO_var list = geomObj->GetDependency();
if( list->length() <= 1 )
continue; // ??? why 1?
if( list->length() == 0 )
continue;
for( int i = 0; i < list->length(); i++ ) {
bool depends = false;