Salome HOME
Update C++ code consecutive to API modification of ReadField
[tools/medcoupling.git] / src / INTERP_KERNEL / Interpolation3D.txx
index c78f2a059b5f2e412b20579b15032134c4d145e6..5df84a9742636c4d6de2a1b93f4f5fd490b7b9cc 100644 (file)
@@ -163,7 +163,7 @@ namespace INTERP_KERNEL
           }
       }
     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());