X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FIntersector3DP1P0Bary.txx;h=b5fb4a2fb7c9d40f41469ce5adcac158c6c75371;hb=e0c843a1fe827a90af91ada8d2033ffb3a7dd1d8;hp=4c8498e7a37c482b4f906617f016f14886682d96;hpb=4e3de127a60f9ffb63abae1d17ed01f3f6711fd2;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx b/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx index 4c8498e7a..b5fb4a2fb 100644 --- a/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx +++ b/src/INTERP_KERNEL/Intersector3DP1P0Bary.txx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 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(); }