Regression of SALOME_TESTS/Grids/smesh/imps_08/I8

Attempt nb 2
This commit is contained in:
eap 2013-11-15 14:47:45 +00:00
parent 309959077f
commit 25cf51c07e

View File

@ -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;