mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Bug IPAL19078 Error in Dump study/load script
This commit is contained in:
parent
96e5cf78a1
commit
04f364be62
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user