[gegl/samplers] LOHALO_OFFSET_1 consistently used again
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/samplers] LOHALO_OFFSET_1 consistently used again
- Date: Mon, 27 Jun 2011 19:31:16 +0000 (UTC)
commit 286337f136fe053d3abed94d3c8341e05593c950
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date: Mon Jun 27 15:31:12 2011 -0400
LOHALO_OFFSET_1 consistently used again
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 478f2fa..066d031 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_SIZE_1 ( 1 + 2 * LOHALO_LEVEL_1_OFFSET )
+#define LOHALO_SIZE_1 ( 1 + 2 * LOHALO_OFFSET_1 )
/*
* 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]