mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
This commit is contained in:
parent
d547ba4db9
commit
309959077f
@ -292,6 +292,9 @@ int SMESHDS_GroupOnFilter::getElementIds( void* ids, size_t idSize ) const
|
|||||||
{
|
{
|
||||||
SMESHDS_GroupOnFilter* me = const_cast<SMESHDS_GroupOnFilter*>( this );
|
SMESHDS_GroupOnFilter* me = const_cast<SMESHDS_GroupOnFilter*>( this );
|
||||||
|
|
||||||
|
if ( IsUpToDate() )
|
||||||
|
me->setChanged();
|
||||||
|
|
||||||
char* curID = (char*) ids;
|
char* curID = (char*) ids;
|
||||||
SMDS_ElemIteratorPtr elIt = GetElements();
|
SMDS_ElemIteratorPtr elIt = GetElements();
|
||||||
if ( elIt->more() )
|
if ( elIt->more() )
|
||||||
@ -303,8 +306,6 @@ int SMESHDS_GroupOnFilter::getElementIds( void* ids, size_t idSize ) const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
me->setChanged();
|
|
||||||
|
|
||||||
// find out nb of elements to skip w/o check before the 1st OK element
|
// find out nb of elements to skip w/o check before the 1st OK element
|
||||||
const SMDS_MeshElement* firstOkElem = me->setNbElemToSkip( elIt );
|
const SMDS_MeshElement* firstOkElem = me->setNbElemToSkip( elIt );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user