X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolation3D1D.txx;h=d77b59b919186a87571ab00aceee5414bf08dd44;hb=19a5d11f2c31745a83bd6993357263641c0babe5;hp=b9ebc86fac21f656b8bd87312252b8169c5728a5;hpb=e4e818283536332064f6c896b6d9fa6ca356b7ed;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Interpolation3D1D.txx b/src/INTERP_KERNEL/Interpolation3D1D.txx index b9ebc86fa..d77b59b91 100644 --- a/src/INTERP_KERNEL/Interpolation3D1D.txx +++ b/src/INTERP_KERNEL/Interpolation3D1D.txx @@ -77,7 +77,7 @@ namespace INTERP_KERNEL { intersector=new PointLocator3DIntersectorP1P1(targetMesh, srcMesh, getPrecision()); } else - throw Exception("Invalid method choosed must be in \"P0P0\", \"P0P1\", \"P1P0\" or \"P1P1\"."); + throw Exception("Invalid method chosen must be in \"P0P0\", \"P0P1\", \"P1P0\" or \"P1P1\"."); // create empty maps for all source elements result.resize(intersector->getNumberOfRowsOfResMatrix());