[gegl/samplers] LOHALO_SIZE_1 consistently used
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/samplers] LOHALO_SIZE_1 consistently used
- Date: Mon, 27 Jun 2011 19:28:20 +0000 (UTC)
commit 5137a6d85f8b69fb49119195487ab9e4b45f0fcd
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date: Mon Jun 27 15:28:16 2011 -0400
LOHALO_SIZE_1 consistently used
gegl/buffer/gegl-sampler-lohalo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 021a146..478f2fa 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -302,7 +302,7 @@ gegl_sampler_lohalo_class_init (GeglSamplerLohaloClass *klass)
* WHAT WORKS.
*/
#define LOHALO_OFFSET_1 (4)
-#define LOHALO_1_SIZE_1 ( 1 + 2 * LOHALO_LEVEL_1_OFFSET )
+#define LOHALO_SIZE_1 ( 1 + 2 * LOHALO_LEVEL_1_OFFSET )
/*
* ADAM: THE WAY I (NICOLAS) SET UP JACOBIAN-ADAPTIVITY, LEVEL 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]