Salome HOME
Merge branch 'occ/24009'
[tools/medcoupling.git] / src / ParaMEDMEM / Topology.hxx
index 101ecbbe0e136af61872a5458c7d3afa1327ba9f..80d7f5f78055a56d2cbf76bd7744e00fd30a260e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  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,6 +20,8 @@
 #ifndef __TOPOLOGY_HXX__
 #define __TOPOLOGY_HXX__
 
+#include "MCType.hxx"
+
 namespace MEDCoupling
 {
   class ProcessorGroup;
@@ -36,8 +38,8 @@ namespace MEDCoupling
   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;
   };
 }