X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FTopology.hxx;h=80d7f5f78055a56d2cbf76bd7744e00fd30a260e;hb=b33408f1dc045a4d0f2e16d22f4930d7029996a3;hp=19ce03458904097b0348449b32ddd1172e3b8a4f;hpb=766edba73b97ff6903eb9835fa94b4fe515acb39;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/Topology.hxx b/src/ParaMEDMEM/Topology.hxx index 19ce03458..80d7f5f78 100644 --- a/src/ParaMEDMEM/Topology.hxx +++ b/src/ParaMEDMEM/Topology.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,9 @@ #ifndef __TOPOLOGY_HXX__ #define __TOPOLOGY_HXX__ -namespace ParaMEDMEM +#include "MCType.hxx" + +namespace MEDCoupling { class ProcessorGroup; @@ -36,8 +38,8 @@ namespace ParaMEDMEM public: Topology() { } virtual ~Topology() { } - virtual int getNbElements() const = 0; - virtual int getNbLocalElements() const = 0; + virtual mcIdType getNbElements() const = 0; + virtual mcIdType getNbLocalElements() const = 0; virtual const ProcessorGroup* getProcGroup()const = 0; }; }