From: nicolas Date: Mon, 27 Sep 2010 18:34:57 +0000 (+0000) Subject: clearer comments X-Git-Tag: 7.0.1-0~8793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8224dea4b2660f57add148ba0355f38fc20e1fab;p=imagemagick clearer comments --- diff --git a/magick/resample.c b/magick/resample.c index 572fd559f..89fb9b1b0 100644 --- a/magick/resample.c +++ b/magick/resample.c @@ -1378,7 +1378,7 @@ static void ClampUpAxes(const double dux, * linear part of the affine approximation of the pullback * transformation comes from the astrophysicist Craig DeForest, who * implemented it for use with (approximate) Gaussian filtering in - * his PDL::Transform code. + * his PDL::Transform (PDL = Perl Data Language) code. * * The only (possibly) new math in the following is the selection of * the largest row of the eigen matrix system in order to stabilize