X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FCurveIntersectorP0P1.hxx;h=1e0c4c35e792076f4c9ac27062d1eb1fe9558572;hb=b307fa3ee9c6d9e08082e2ccc832b28a17fd6d2c;hp=e8469d0f1e70815b77f40fa8f0ac9772000dc1b0;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/CurveIntersectorP0P1.hxx b/src/INTERP_KERNEL/CurveIntersectorP0P1.hxx index e8469d0f1..1e0c4c35e 100644 --- a/src/INTERP_KERNEL/CurveIntersectorP0P1.hxx +++ b/src/INTERP_KERNEL/CurveIntersectorP0P1.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 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 @@ -40,8 +40,8 @@ namespace INTERP_KERNEL public: void intersectCells(ConnType icellT, const std::vector& icellsS, MyMatrix& res); - int getNumberOfRowsOfResMatrix() const; - int getNumberOfColsOfResMatrix() const; + ConnType getNumberOfRowsOfResMatrix() const; + ConnType getNumberOfColsOfResMatrix() const; }; }