mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +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 );
|
||||
|
||||
if ( IsUpToDate() )
|
||||
if ( !IsUpToDate() )
|
||||
me->setChanged();
|
||||
|
||||
char* curID = (char*) ids;
|
||||
|
Loading…
Reference in New Issue
Block a user