X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FINTERP_KERNEL%2FIntersector3DP1P0.hxx;h=3a310c8014642fb2dfa9830073dac9bb9de7c7cb;hb=b219559763498c4bd10c730cd3d2c62b1eed45db;hp=666815095e39d42eaa009ef813652a3f22c2dc0f;hpb=5da72d398d0eb1820c3ce6dd90b8579b6b14edf5;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Intersector3DP1P0.hxx b/src/INTERP_KERNEL/Intersector3DP1P0.hxx index 666815095..3a310c801 100644 --- a/src/INTERP_KERNEL/Intersector3DP1P0.hxx +++ b/src/INTERP_KERNEL/Intersector3DP1P0.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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 @@ -30,8 +30,8 @@ namespace INTERP_KERNEL { public: Intersector3DP1P0(const MyMeshType& targetMesh, const MyMeshType& srcMesh); - int getNumberOfRowsOfResMatrix() const; - int getNumberOfColsOfResMatrix() const; + typename MyMeshType::MyConnType getNumberOfRowsOfResMatrix() const; + typename MyMeshType::MyConnType getNumberOfColsOfResMatrix() const; }; }