X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FINTERP_KERNEL%2FIntersector3DP1P0Bary.txx;h=b5fb4a2fb7c9d40f41469ce5adcac158c6c75371;hb=e0c843a1fe827a90af91ada8d2033ffb3a7dd1d8;hp=31e7f2401826d3261b24908f43f7dc658b4bd1a8;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx b/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx index 31e7f2401..b5fb4a2fb 100644 --- a/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx +++ b/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 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 @@ -31,13 +31,13 @@ namespace INTERP_KERNEL } template - int Intersector3DP1P0Bary::getNumberOfRowsOfResMatrix() const + typename MyMeshType::MyConnType Intersector3DP1P0Bary::getNumberOfRowsOfResMatrix() const { return Intersector3D::_target_mesh.getNumberOfElements(); } template - int Intersector3DP1P0Bary::getNumberOfColsOfResMatrix() const + typename MyMeshType::MyConnType Intersector3DP1P0Bary::getNumberOfColsOfResMatrix() const { return Intersector3D::_src_mesh.getNumberOfNodes(); }