mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-10 21:07:28 +05:00
23549: [EDF] PIGUI: Script with dumped study uses undefined filters in GroupOnFilter.
This commit is contained in:
parent
88a6b8d690
commit
0d2a992178
@ -5130,7 +5130,7 @@ int _pyStringFamily::isIn( const char* str )
|
|||||||
if (( len = itSub->isIn( str + itSub->_prefix.Length() )) >= 0 )
|
if (( len = itSub->isIn( str + itSub->_prefix.Length() )) >= 0 )
|
||||||
return itSub->_prefix.Length() + len;
|
return itSub->_prefix.Length() + len;
|
||||||
}
|
}
|
||||||
else if ( cmp > 0 )
|
else if ( cmp < 0 )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ( !_strings.empty() )
|
if ( !_strings.empty() )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user