Salome HOME
getWarpField(): documentation
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_ScotchGraph.hxx
index ea6510b7d4e7a08126cb60b3852f81c10b040bce..6c3a0e172f8c2b1c3877d89d554e9a58ed598bfe 100644 (file)
@@ -21,6 +21,7 @@
 #define __MEDPARTITIONER_SCOTCHGRAPH_HXX__
 
 #include "MEDPARTITIONER.hxx"
+#include "MEDPARTITIONER_Graph.hxx"
 
 #include <string>
 
@@ -30,7 +31,7 @@ namespace MEDPARTITIONER
   {
   public:
     SCOTCHGraph();
-    SCOTCHGraph(ParaMEDMEM::MEDCouplingSkyLineArray*, int* edgeweight=0);
+    SCOTCHGraph(MEDCoupling::MEDCouplingSkyLineArray*, int* edgeweight=0);
     virtual ~SCOTCHGraph();
     void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector* sel=0);
   };