Salome HOME
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupOnFilter.cxx
index c0937ee4ffff47a26db06e5ee19ed182c3a508fd..8cdd65fc8f7963424484b7ec62fda73dd37f2ab9 100644 (file)
@@ -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;