X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_UserGraph.hxx;h=59b3d3214955d4735caa1f592279c7cd4ec489eb;hb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;hp=160940347a480bedd3cb883759260062b15611d6;hpb=10f37bf6f33a762626d7f1093b2f5450c1688667;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx index 160940347..59b3d3214 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,12 +27,10 @@ namespace MEDPARTITIONER { - class SkyLineArray; - class ParaDomainSelector; class MEDPARTITIONER_EXPORT UserGraph : public Graph { public: - UserGraph(MEDPARTITIONER::SkyLineArray*, const int*, int); + UserGraph(MEDCoupling::MEDCouplingSkyLineArray*, const int*, mcIdType); virtual ~UserGraph(); void partGraph(int, const std::string& options=std::string(""), ParaDomainSelector *sel=0); };