[gegl/samplers] cleaned up comments
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/samplers] cleaned up comments
- Date: Fri, 17 Jun 2011 15:49:10 +0000 (UTC)
commit 447bb5f38ee852fc59d11a5e1240f650b2d706b4
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date: Fri Jun 17 11:49:06 2011 -0400
cleaned up comments
gegl/buffer/gegl-sampler-lohalo.c | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 0d159d9..ad33aa6 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -1863,15 +1863,16 @@ gegl_sampler_lohalo_get ( GeglSampler* restrict self,
const gdouble minor_unit_x = -u21;
const gdouble minor_unit_y = u11;
/*
- * Major and minor axis direction vectors:
- const gdouble major_x = major_mag * major_unit_x;
- const gdouble major_y = major_mag * major_unit_y;
- const gdouble minor_x = minor_mag * minor_unit_x;
- const gdouble minor_y = minor_mag * minor_unit_y;
+ * Major and minor axis direction vectors (not needed):
+ *
+ * const gdouble major_x = major_mag * major_unit_x;
+ * const gdouble major_y = major_mag * major_unit_y;
+ * const gdouble minor_x = minor_mag * minor_unit_x;
+ * const gdouble minor_y = minor_mag * minor_unit_y;
*/
/*
* The square of the distance to the key location in output
- * place of a point [s,t] in input space is the square root of
+ * place of a point [s,t] in input space is the square root of
* ( s * c_major_x + t * c_major_y )^2
* +
* ( s * c_minor_x + t * c_minor_y )^2.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]