]> granicus.if.org Git - imagemagick/commitdiff
clearer comments
authornicolas <nicolas@git.imagemagick.org>
Mon, 27 Sep 2010 18:34:57 +0000 (18:34 +0000)
committernicolas <nicolas@git.imagemagick.org>
Mon, 27 Sep 2010 18:34:57 +0000 (18:34 +0000)
magick/resample.c

index 572fd559f24f4c4b3ba5e596c61206bc189b98ab..89fb9b1b0ec70ee2acba9cef224fc5d2be83259b 100644 (file)
@@ -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