X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FBlockTopology.cxx;h=dbb8226a501f637b9b3501bf524f395bbfbb5ac3;hb=c41e6035d050073ea10040690daae247865b8b74;hp=7297be21caaf23c89e37eba08dda9bb155cf573b;hpb=5f0238b1e9a08959b1e2815f9ecf5d0eae19b285;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/BlockTopology.cxx b/src/ParaMEDMEM/BlockTopology.cxx index 7297be21c..dbb8226a5 100644 --- a/src/ParaMEDMEM/BlockTopology.cxx +++ b/src/ParaMEDMEM/BlockTopology.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -33,7 +33,7 @@ using namespace std; -namespace ParaMEDMEM +namespace MEDCoupling { /*! * Default ctor. @@ -86,7 +86,7 @@ namespace ParaMEDMEM } _cycle_type.resize(_dimension); for (int i=0; i<_dimension; i++) - _cycle_type[i]=ParaMEDMEM::Block; + _cycle_type[i]=MEDCoupling::Block; } /*! @@ -163,7 +163,7 @@ namespace ParaMEDMEM _nb_elems+=nbelems_per_proc[i-1]; } _cycle_type.resize(1); - _cycle_type[0]=ParaMEDMEM::Block; + _cycle_type[0]=MEDCoupling::Block; delete[] nbelems_per_proc; }