Salome HOME
Some useful tools for MEDCouplingMappedExtrudedMesh users that needs to store it...
[tools/medcoupling.git] / src / ParaMEDMEM / ExplicitTopology.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 505ba0b..3812db4
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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
 #include <algorithm>
 
 using namespace std;
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
 
+ExplicitTopology::ExplicitTopology():
+   _proc_group(NULL), _nb_elems(0), _nb_components(0),
+   _loc2glob(NULL), _glob2loc()
+  {}
+
 ExplicitTopology::ExplicitTopology(const ParaMESH& paramesh ):
 _proc_group(paramesh.getBlockTopology()->getProcGroup()),
 _nb_components(1)