X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_UserGraph.hxx;h=e77dbbaa63773d7b9dcc6e453e5a076c24953dec;hb=b7e277ad50223814bc479c5bd64cf12abe8fc959;hp=d8ea79630133cdab4f3c8e8782ffecd970880371;hpb=378cb2ebe08f8f4543ef632b2bd5f77fe180f978;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx old mode 100755 new mode 100644 index d8ea79630..e77dbbaa6 --- a/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_UserGraph.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 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 @@ -27,12 +27,10 @@ namespace MEDPARTITIONER { - class SkyLineArray; - class ParaDomainSelector; class MEDPARTITIONER_EXPORT UserGraph : public Graph { public: - UserGraph(MEDPARTITIONER::SkyLineArray*, const int*, int); + UserGraph(MEDCoupling::MEDCouplingSkyLineArray*, const int*, int); virtual ~UserGraph(); void partGraph(int, const std::string& options=std::string(""), ParaDomainSelector *sel=0); };