Salome HOME
MEDFileCurveLinearMesh -> getSpaceDimension() was missing
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_ParMetisGraph.cxx
index 4ced8513eb8e899b3c8e53466cb2d10d16c066f4..a17bd6f8b8013ec9ab3b145adee15159b3205487 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  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
@@ -69,7 +69,7 @@ void ParMETISGraph::partGraph(int ndomain,
 #else
   int * xadj=const_cast<int*>(_graph->getIndex());
   int * adjncy=const_cast<int*>(_graph->getValues());
-+#endif
+#endif
   //constraints
   int * vwgt=_cell_weight;
   int * adjwgt=_edge_weight;