X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_ParMetisGraph.cxx;h=a17bd6f8b8013ec9ab3b145adee15159b3205487;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=23f57f3777f5b14ffc4d5025bfd4abe017bfcf6c;hpb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx b/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx index 23f57f377..a17bd6f8b 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx +++ b/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx @@ -69,7 +69,7 @@ void ParMETISGraph::partGraph(int ndomain, #else int * xadj=const_cast(_graph->getIndex()); int * adjncy=const_cast(_graph->getValues()); -+#endif +#endif //constraints int * vwgt=_cell_weight; int * adjwgt=_edge_weight;