mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
Attempt nb 2
This commit is contained in:
parent
309959077f
commit
25cf51c07e
@ -292,7 +292,7 @@ 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() )
|
if ( !IsUpToDate() )
|
||||||
me->setChanged();
|
me->setChanged();
|
||||||
|
|
||||||
char* curID = (char*) ids;
|
char* curID = (char*) ids;
|
||||||
|
Loading…
Reference in New Issue
Block a user