X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FInterpolation2DCurve.hxx;h=9f6f908ba076971d28f30d080bd062a25611992d;hb=b832b15337be013a56e0976170e5e235b89fcb03;hp=f3d2bb50e85e1052069198e0c2ce5011a4dd1652;hpb=fb512e2b77325290aaa2b4c9fd8f22d5949b6369;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/Interpolation2DCurve.hxx b/src/INTERP_KERNEL/Interpolation2DCurve.hxx index f3d2bb50e..9f6f908ba 100644 --- a/src/INTERP_KERNEL/Interpolation2DCurve.hxx +++ b/src/INTERP_KERNEL/Interpolation2DCurve.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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); }; }