X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_ScotchGraph.hxx;h=26b875f486987ab57b32a588b45b37db38c067e0;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=762afbc52f6c75f04ef1e4998b862f3d4959813b;hpb=10f37bf6f33a762626d7f1093b2f5450c1688667;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.hxx index 762afbc52..26b875f48 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.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 @@ -21,17 +21,17 @@ #define __MEDPARTITIONER_SCOTCHGRAPH_HXX__ #include "MEDPARTITIONER.hxx" +#include "MEDPARTITIONER_Graph.hxx" #include namespace MEDPARTITIONER { - class SkyLineArray; class MEDPARTITIONER_EXPORT SCOTCHGraph : public Graph { public: SCOTCHGraph(); - SCOTCHGraph(MEDPARTITIONER::SkyLineArray*, int* edgeweight=0); + SCOTCHGraph(MEDCoupling::MEDCouplingSkyLineArray*, int* edgeweight=0); virtual ~SCOTCHGraph(); void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector* sel=0); };