X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FCurveIntersectorP0P0.hxx;h=6c9fbf5ee00428f8220144ea17d7dd5d1994a274;hb=714ec20d9675ab2c7d5530ae57656635def4e30f;hp=cc9aa9e03226986ebbe94d2f8d5b159dffe0d2bc;hpb=378cb2ebe08f8f4543ef632b2bd5f77fe180f978;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/CurveIntersectorP0P0.hxx b/src/INTERP_KERNEL/CurveIntersectorP0P0.hxx old mode 100755 new mode 100644 index cc9aa9e03..6c9fbf5ee --- a/src/INTERP_KERNEL/CurveIntersectorP0P0.hxx +++ b/src/INTERP_KERNEL/CurveIntersectorP0P0.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 @@ -38,8 +38,8 @@ namespace INTERP_KERNEL double precision, double tolerance, double medianLine, int printLevel); public: - int getNumberOfRowsOfResMatrix() const; - int getNumberOfColsOfResMatrix() const; + ConnType getNumberOfRowsOfResMatrix() const; + ConnType getNumberOfColsOfResMatrix() const; void intersectCells(ConnType icellT, const std::vector& icellsS, MyMatrix& res); };