X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FExplicitTopology.hxx;h=32401a5eec05d3ffa48b8979dee3d69221cb23b1;hb=b832b15337be013a56e0976170e5e235b89fcb03;hp=d815f3d7157df818d7470ab4ce95c6d86c24e67a;hpb=e0c843a1fe827a90af91ada8d2033ffb3a7dd1d8;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ExplicitTopology.hxx b/src/ParaMEDMEM/ExplicitTopology.hxx index d815f3d71..32401a5ee 100644 --- a/src/ParaMEDMEM/ExplicitTopology.hxx +++ b/src/ParaMEDMEM/ExplicitTopology.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 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 @@ -47,7 +47,7 @@ namespace MEDCoupling ExplicitTopology( const ExplicitTopology& topo, int nbcomponents); ExplicitTopology(const ParaMESH &mesh); virtual ~ExplicitTopology(); - + inline mcIdType getNbElements()const; inline mcIdType getNbLocalElements() const; const ProcessorGroup* getProcGroup()const { return _proc_group; }