gegl r2283 - in branches/branch_zhangjb: . operations/frequency
- From: zhangjb svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2283 - in branches/branch_zhangjb: . operations/frequency
- Date: Mon, 12 May 2008 07:41:00 +0100 (BST)
Author: zhangjb
Date: Mon May 12 06:41:00 2008
New Revision: 2283
URL: http://svn.gnome.org/viewvc/gegl?rev=2283&view=rev
Log:
Added recent changes to ChangeLog.
Modified:
branches/branch_zhangjb/ChangeLog
branches/branch_zhangjb/operations/frequency/ (props changed)
branches/branch_zhangjb/operations/frequency/dft.c
Modified: branches/branch_zhangjb/operations/frequency/dft.c
==============================================================================
--- branches/branch_zhangjb/operations/frequency/dft.c (original)
+++ branches/branch_zhangjb/operations/frequency/dft.c Mon May 12 06:41:00 2008
@@ -10,8 +10,8 @@
#else
#ifndef FFT_HALF
-#define FFT_HALF(n) (gint)(((n)/2)+1)
-#define ELEM_ID_MATRIX(x, y, c) (((y)*c)+(x))
+#define FFT_HALF(n) (gint)((n)/2+1)
+#define ELEM_ID_MATRIX(x, y, c) ((y)*(c)+(x))
#define ELEM_ID_HALF_MATRIX(x, y, c) ((y)*(FFT_HALF(c))+(x))
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]