X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_UserGraph.hxx;h=eef6a2e35239676ea991eaf3815085f846246343;hb=bb91878b3fb670041c09ea7aefce3132e157b126;hp=e77dbbaa63773d7b9dcc6e453e5a076c24953dec;hpb=79386ac5c73f8365c428b8ef595c4ef004959667;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx index e77dbbaa6..eef6a2e35 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 @@ -30,7 +30,7 @@ namespace MEDPARTITIONER class MEDPARTITIONER_EXPORT UserGraph : public Graph { public: - UserGraph(MEDCoupling::MEDCouplingSkyLineArray*, const int*, int); + UserGraph(MEDCoupling::MEDCouplingSkyLineArray*, const int*, mcIdType); virtual ~UserGraph(); void partGraph(int, const std::string& options=std::string(""), ParaDomainSelector *sel=0); };