[gegl] LOHALO_OFFSET_1 consistently used



commit ccca4eeefd14f93e2a6947ed0c9d8563778de1a2
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date:   Mon Jun 27 15:27:09 2011 -0400

    LOHALO_OFFSET_1 consistently used

 gegl/buffer/gegl-sampler-lohalo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index af5c355..021a146 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -301,8 +301,8 @@ gegl_sampler_lohalo_class_init (GeglSamplerLohaloClass *klass)
  * ADAM: FOR NOW, KEEP IT SMALLISH. WE CAN MAKE IT LARGER WHEN WE KNOW
  * WHAT WORKS.
  */
-#define LOHALO_LEVEL_1_OFFSET (4)
-#define LOHALO_LEVEL_1_SIZE ( 1 + 2 * LOHALO_LEVEL_1_OFFSET )
+#define LOHALO_OFFSET_1 (4)
+#define LOHALO_1_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]