[gegl/samplers] to do comment



commit 90d3ea9f8968c94815cf8ce97c74b77cfc8d14a2
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date:   Fri Jun 17 11:50:56 2011 -0400

    to do comment

 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 a8de9c4..062fcce 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -1965,7 +1965,7 @@ gegl_sampler_lohalo_get (      GeglSampler* restrict self,
         {
           const gfloat theta = (gfloat) ( 1. / ellipse_f );
  
-          // if THE DATA WE NEED FITS WITHIN THE DATA WE ACCESSED
+          // if THE DATA WE NEED FITS WITHIN THE DATA WE ACCESSED (BOUNDING BOX)
           //  {
               const gfloat ewa_factor = ( (gfloat) 1. - theta ) / total_weight;
               newval[0] = theta * newval[0] + ewa_factor * ewa_newval[0];



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