[gegl/samplers] LOHALO_OFFSET_1 consistently used
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/samplers] LOHALO_OFFSET_1 consistently used
- Date: Mon, 27 Jun 2011 19:27:13 +0000 (UTC)
commit b2a1382f93dbb9a778c62ec9958aa4958822804a
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]