X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_MetisGraph.hxx;h=5954f9e4d900f9387792fb3baf4c92929e6d9e3b;hb=0b187729ac99d3e9e9bb9d2be8cb8600a783be6c;hp=bfa78b45f8eee4efe86b7d037ada693063b28ef5;hpb=659f8c67d0348350e12fde38fe8c4de1ff95dffe;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx index bfa78b45f..5954f9e4d 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 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 @@ -20,6 +20,7 @@ #ifndef __MEDPARTITIONER_METISGRAPH_HXX__ #define __MEDPARTITIONER_METISGRAPH_HXX__ +#include "MEDPARTITIONER.hxx" #include "MEDPARTITIONER_Graph.hxx" #include @@ -30,7 +31,7 @@ namespace MEDPARTITIONER { public: METISGraph(); - METISGraph(MEDPARTITIONER::SkyLineArray*, int *edgeweight=0); + METISGraph(ParaMEDMEM::MEDCouplingSkyLineArray*, int *edgeweight=0); virtual ~METISGraph(); void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector *sel=0); };