X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_ScotchGraph.hxx;h=26b875f486987ab57b32a588b45b37db38c067e0;hb=4c22ba01f2901896d1ec9ca302640f4d7e50d147;hp=c0a1153dd096fc83f2d4e4b21039dd84d98866a8;hpb=8763c12d01e33d6845dd53be65b001514d00bd42;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.hxx index c0a1153dd..26b875f48 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_ScotchGraph.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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 @@ -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); };