Salome HOME
Help centos7 C++ compiler
[tools/medcoupling.git] / src / INTERP_KERNEL / Interpolation3DSurf.cxx
index 708d11a37b08e946edd3070af260c30acb5fc145..638246c3444272b9716faf10e51b0f51394906aa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  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
@@ -42,13 +42,13 @@ namespace INTERP_KERNEL
      - Values: between 0 and 1.
      - Default: 0.5.
      -# doRotat: rotate the coordinate system such that the target cell is in the Oxy plane.
-     - Values: true (necessarilly if Intersection_type=Triangle), false.
+     - Values: true (necessarily if Intersection_type=Triangle), false.
      - Default: true (as default Intersection_type=Triangle)
      -# precision: Level of precision of the computations is precision times the characteristic size of the mesh.
      - 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.
   */
   void Interpolation3DSurf::setOptions(double precision, int printLevel, double medianPlan,