From 25cf51c07ea8209c09c295fa6191d6fafdb86193 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 15 Nov 2013 14:47:45 +0000 Subject: [PATCH] Regression of SALOME_TESTS/Grids/smesh/imps_08/I8 Attempt nb 2 --- src/SMESHDS/SMESHDS_GroupOnFilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHDS/SMESHDS_GroupOnFilter.cxx b/src/SMESHDS/SMESHDS_GroupOnFilter.cxx index c0937ee4f..8cdd65fc8 100644 --- a/src/SMESHDS/SMESHDS_GroupOnFilter.cxx +++ b/src/SMESHDS/SMESHDS_GroupOnFilter.cxx @@ -292,7 +292,7 @@ int SMESHDS_GroupOnFilter::getElementIds( void* ids, size_t idSize ) const { SMESHDS_GroupOnFilter* me = const_cast( this ); - if ( IsUpToDate() ) + if ( !IsUpToDate() ) me->setChanged(); char* curID = (char*) ids; -- 2.30.2