]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/ParaMEDMEM/BlockTopology.hxx
Salome HOME
refactor!: remove adm_local/ directory
[tools/medcoupling.git] / src / ParaMEDMEM / BlockTopology.hxx
index 9e46b54c6af08da8c1a66aceb0b93d6e9af3ea48..c88a1261aed676dc87bf9e11821c0e6a4573de94 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -50,6 +50,8 @@ namespace MEDCoupling
     BlockTopology(const BlockTopology& geom_topo, const ComponentTopology& comp_topo);
     BlockTopology(const ProcessorGroup& group, mcIdType nb_elem);
     virtual ~BlockTopology();
+    void release();
+
     //!Retrieves the number of elements for a given topology
     mcIdType getNbElements()const { return _nb_elems; }
     mcIdType getNbLocalElements() const;