X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FIntegralUniformIntersector.hxx;h=6c179f901d01fc0718ce2d8d408f7db5c51a8d60;hb=b307fa3ee9c6d9e08082e2ccc832b28a17fd6d2c;hp=4e81f9c3f123d21da17305b152b4b965ebdb8198;hpb=8763c12d01e33d6845dd53be65b001514d00bd42;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/IntegralUniformIntersector.hxx b/src/INTERP_KERNEL/IntegralUniformIntersector.hxx index 4e81f9c3f..6c179f901 100644 --- a/src/INTERP_KERNEL/IntegralUniformIntersector.hxx +++ b/src/INTERP_KERNEL/IntegralUniformIntersector.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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 @@ -51,8 +51,8 @@ namespace INTERP_KERNEL typedef typename MyMeshType::MyConnType ConnType; public: IntegralUniformIntersectorP0(const MyMeshType& mesh, bool isAbs); - int getNumberOfRowsOfResMatrix() const; - int getNumberOfColsOfResMatrix() const; + ConnType getNumberOfRowsOfResMatrix() const; + ConnType getNumberOfColsOfResMatrix() const; void intersectCells(ConnType targetCell, const std::vector& srcCells, MyMatrix& res); }; @@ -63,8 +63,8 @@ namespace INTERP_KERNEL typedef typename MyMeshType::MyConnType ConnType; public: IntegralUniformIntersectorP1(const MyMeshType& mesh, bool isAbs); - int getNumberOfRowsOfResMatrix() const; - int getNumberOfColsOfResMatrix() const; + ConnType getNumberOfRowsOfResMatrix() const; + ConnType getNumberOfColsOfResMatrix() const; void intersectCells(ConnType targetCell, const std::vector& srcCells, MyMatrix& res); }; }