Salome HOME
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_ParMetisGraph.cxx
index 23f57f3777f5b14ffc4d5025bfd4abe017bfcf6c..a17bd6f8b8013ec9ab3b145adee15159b3205487 100644 (file)
@@ -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;