Salome HOME
Management of PTScotch/Scotch separetely
[tools/medcoupling.git] / src / MEDPartitioner_Swig / MEDPartitionerCommon.i
index aeb343a2724d6ca3b10ebad18e98c6bb9021ee13..a876aeb70b5dbd18f4fbba9d9489cc65274987d3 100644 (file)
@@ -38,7 +38,7 @@ namespace MEDPARTITIONER
   class Graph
   {
   public:
-    typedef enum {METIS,SCOTCH} splitter_type;
+    typedef enum {METIS,SCOTCH,PTSCOTCH} splitter_type;
   public:
     virtual void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector *sel=0) throw(INTERP_KERNEL::Exception);
     MEDCoupling::MEDCouplingSkyLineArray *getGraph() const