X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolationPlanar.txx;h=5c3fc9a244121ec5964f7948683ee2e6fd12edfb;hb=3e9ebc98a6bc02022900a8b2295e1a775d78ece0;hp=0dc6e42b886cd5cf98b87a33bc92bca7d3b9037d;hpb=9fda818a38b3b3350b25d22e17176cc7f0d52e81;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/InterpolationPlanar.txx b/src/INTERP_KERNEL/InterpolationPlanar.txx index 0dc6e42b8..5c3fc9a24 100644 --- a/src/INTERP_KERNEL/InterpolationPlanar.txx +++ b/src/INTERP_KERNEL/InterpolationPlanar.txx @@ -79,7 +79,7 @@ namespace INTERP_KERNEL * - Values: positive real number. * - Default: 1.0E-12. * -# PrintLevel: Level of verboseness during the computations. - * - Values: interger between 0 and 3. + * - Values: integer between 0 and 3. * - Default: 0. */ template @@ -376,7 +376,7 @@ namespace INTERP_KERNEL throw INTERP_KERNEL::Exception("Invalid method specified or intersection type ! Must be in : \"P0P0\" \"P0P1\" \"P1P0\" or \"P1P1\""); /****************************************************************/ /* Create a search tree based on the bounding boxes */ - /* Instanciate the intersector and initialise the result vector */ + /* Instantiate the intersector and initialise the result vector */ /****************************************************************/ long start_filtering=clock();