Salome HOME
MEDFileCurveLinearMesh -> getSpaceDimension() was missing
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_ScotchGraph.hxx
index 762afbc52f6c75f04ef1e4998b862f3d4959813b..26b875f486987ab57b32a588b45b37db38c067e0 100644 (file)
@@ -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
 #define __MEDPARTITIONER_SCOTCHGRAPH_HXX__
 
 #include "MEDPARTITIONER.hxx"
+#include "MEDPARTITIONER_Graph.hxx"
 
 #include <string>
 
 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);
   };