From 496a58a6293b934fcb90b3d54a54a2488b857b19 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 23:38:51 +0300 Subject: fix after convert --- plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp') diff --git a/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp b/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp index 890f80b1f0..53f12b1036 100644 --- a/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp +++ b/plugins/AdvaImg/src/FreeImageToolkit/BSplineRotate.cpp @@ -2,9 +2,9 @@ // Bitmap rotation using B-Splines // // Design and implementation by -// - Philippe Thйvenaz (philippe.thevenaz@epfl.ch) +// - Philippe Thévenaz (philippe.thevenaz@epfl.ch) // Adaptation for FreeImage by -// - Hervй Drolon (drolon@infonie.fr) +// - Hervé Drolon (drolon@infonie.fr) // // This file is part of FreeImage 3 // @@ -25,7 +25,7 @@ ========================================================== This code was taken and adapted from the following reference : -[1] Philippe Thйvenaz, Spline interpolation, a C source code +[1] Philippe Thévenaz, Spline interpolation, a C source code implementation. http://bigwww.epfl.ch/thevenaz/ It implements ideas described in the following papers : -- cgit v1.2.3