[gegl] wavelet-blur: update reference hash



commit 31a70196ef94b6ceeaa44b1a4c7839349efee936
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Nov 11 21:52:02 2017 +0100

    wavelet-blur: update reference hash

 operations/common/wavelet-blur-1d.c |    2 +-
 operations/common/wavelet-blur.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/wavelet-blur-1d.c b/operations/common/wavelet-blur-1d.c
index e789a28..392c316 100644
--- a/operations/common/wavelet-blur-1d.c
+++ b/operations/common/wavelet-blur-1d.c
@@ -272,7 +272,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:wavelet-blur-1d",
     "categories",  "hidden:blur",
     "title",       _("1D Wavelet-blur"),
-    "reference-hash", "822a7c396b93fad84e0416a3bfba7a46",
+    "reference-hash", "fe0f74a31ddbd8b2bfcd50d562608625",
     "description", _("This blur is used for the wavelet decomposition filter, "
                      "each pixel is computed from another by the HAT transform"),
     NULL);
diff --git a/operations/common/wavelet-blur.c b/operations/common/wavelet-blur.c
index be136b1..9359a25 100644
--- a/operations/common/wavelet-blur.c
+++ b/operations/common/wavelet-blur.c
@@ -78,7 +78,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",           "gegl:wavelet-blur",
     "title",          "Wavelet Blur",
     "categories",     "blur",
-    "reference-hash", "49eaf3d22cf5a5999991c4e7a0fbe8e2",
+    "reference-hash", "77ad6b8243ce7366a1a32b33c4391f51",
     "description", _("This blur is used for the wavelet decomposition filter, "
                      "each pixel is computed from another by the HAT transform"),
     NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]