X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_UserGraph.hxx;h=eef6a2e35239676ea991eaf3815085f846246343;hb=bb91878b3fb670041c09ea7aefce3132e157b126;hp=dff8e0d2ed3002bb299c62f375578b8f1312e995;hpb=9727e779d56acece98be02cdccd0f99cc5ef0fa2;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx index dff8e0d2e..eef6a2e35 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx @@ -30,7 +30,7 @@ namespace MEDPARTITIONER class MEDPARTITIONER_EXPORT UserGraph : public Graph { public: - UserGraph(MEDCoupling::MEDCouplingSkyLineArray*, const int*, int); + UserGraph(MEDCoupling::MEDCouplingSkyLineArray*, const int*, mcIdType); virtual ~UserGraph(); void partGraph(int, const std::string& options=std::string(""), ParaDomainSelector *sel=0); };