From 5d42afa5bee6215ea1e3705e2c1e51cd5f9f1c90 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 27 Feb 2018 14:26:42 +0300 Subject: [PATCH] typo-fix by Kunda http://www.salome-platform.org/forum/forum_9/975195177 --- src/INTERP_KERNEL/Interpolation2DCurve.hxx | 2 +- src/INTERP_KERNEL/InterpolationPlanar.hxx | 2 +- src/MEDCoupling/MEDCouplingUMesh.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/INTERP_KERNEL/Interpolation2DCurve.hxx b/src/INTERP_KERNEL/Interpolation2DCurve.hxx index 7eaa18889..f10c23826 100644 --- a/src/INTERP_KERNEL/Interpolation2DCurve.hxx +++ b/src/INTERP_KERNEL/Interpolation2DCurve.hxx @@ -31,7 +31,7 @@ namespace INTERP_KERNEL public: Interpolation2DCurve(); Interpolation2DCurve(const InterpolationOptions& io); - // geometric precision, intersection tolerance, coice of the median line, + // geometric precision, intersection tolerance, choice of the median line, void setOptions(double precision, double tolerance, double medianLine); }; } diff --git a/src/INTERP_KERNEL/InterpolationPlanar.hxx b/src/INTERP_KERNEL/InterpolationPlanar.hxx index 6a44d8654..f56496e58 100644 --- a/src/INTERP_KERNEL/InterpolationPlanar.hxx +++ b/src/INTERP_KERNEL/InterpolationPlanar.hxx @@ -37,7 +37,7 @@ namespace INTERP_KERNEL InterpolationPlanar(); InterpolationPlanar(const InterpolationOptions & io); - // geometric precision, debug print level, coice of the median plane, intersection etc ... + // geometric precision, debug print level, choice of the median plane, intersection etc ... void setOptions(double precision, int printLevel, IntersectionType intersectionType, int orientation=0); diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index ee7493009..3402002e8 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -404,7 +404,7 @@ MEDCouplingUMeshCellIterator *MEDCouplingUMesh::cellIterator() /*! * Entry point for iteration over cells groups geo types per geotypes. Warning the returned cell iterator should be deallocated. - * If \a this is not so that that cells are grouped by geo types this method will throw an exception. + * If \a this is not so that the cells are grouped by geo types, this method will throw an exception. * In this case MEDCouplingUMesh::sortCellsInMEDFileFrmt or MEDCouplingUMesh::rearrange2ConsecutiveCellTypes methods for example can be called before invoking this method. * Useful for python users. */ -- 2.39.2