]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
MEDFileMeshLL::renumberNodesInConnWithoutComputation did not notify correctly wich...
authorAnthony GEAY <anthony.geay@edf.fr>
Tue, 17 Nov 2020 16:02:45 +0000 (17:02 +0100)
committerAnthony GEAY <anthony.geay@edf.fr>
Tue, 17 Nov 2020 16:02:45 +0000 (17:02 +0100)
src/MEDLoader/MEDFileMeshLL.cxx

index 3e476b2b969e0bb439fa5b2d6ca59e720a4010e7..c81c1bfb2d9625e8484da4defddb2fd7550e1723 100644 (file)
@@ -1787,6 +1787,9 @@ void MEDFileUMeshAggregateCompute::renumberNodesInConnWithoutComputation(const m
       if(!m)
         return;
       m->renumberNodesInConn(newNodeNumbersO2N);
+      // if _mp_time == _m_time notify for future clients that _m_parts is obsolete
+      _m_parts.clear();
+      _m_time = std::max(_m_time,_mp_time+1);
     }
 }