X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FIntersector3DP1P0.hxx;h=3a310c8014642fb2dfa9830073dac9bb9de7c7cb;hb=b219559763498c4bd10c730cd3d2c62b1eed45db;hp=fbaac7a69cab475e6f476fa24ce9ba925c14a125;hpb=4e3de127a60f9ffb63abae1d17ed01f3f6711fd2;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Intersector3DP1P0.hxx b/src/INTERP_KERNEL/Intersector3DP1P0.hxx index fbaac7a69..3a310c801 100644 --- a/src/INTERP_KERNEL/Intersector3DP1P0.hxx +++ b/src/INTERP_KERNEL/Intersector3DP1P0.hxx @@ -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; }; }