X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_PTScotchGraph.hxx;h=838e14fee996c6c28423fe276533f0a1c3543177;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=cb1599b4ed8c8465ad89c3094e106091148b6922;hpb=b423460cb8f74693b6af405a65054e02af0e4ce4;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.hxx index cb1599b4e..838e14fee 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2017 CEA/DEN, EDF R&D +// Copyright (C) 2017-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 @@ -36,11 +36,11 @@ namespace MEDPARTITIONER { public: PTSCOTCHGraph() { } - PTSCOTCHGraph(MEDCoupling::MEDCouplingSkyLineArray* , int *edgeweight=0, DataArrayInt *vlbloctab=0); + PTSCOTCHGraph(MEDCoupling::MEDCouplingSkyLineArray* , int *edgeweight=0, DataArrayIdType *vlbloctab=0); virtual ~PTSCOTCHGraph(); void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector* sel=0); protected: - MEDCoupling::DataArrayInt *_vlbloctab; + MEDCoupling::DataArrayIdType *_vlbloctab; }; }