projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Error with a commented brace
[scilab.git]
/
scilab
/
modules
/
fftw
/
sci_gateway
/
c
/
sci_fftw.c
diff --git
a/scilab/modules/fftw/sci_gateway/c/sci_fftw.c
b/scilab/modules/fftw/sci_gateway/c/sci_fftw.c
index
e6685f6
..
2c58843
100644
(file)
--- a/
scilab/modules/fftw/sci_gateway/c/sci_fftw.c
+++ b/
scilab/modules/fftw/sci_gateway/c/sci_fftw.c
@@
-1225,7
+1225,7
@@
int sci_fft_gen(void* _pvCtx, char *fname, int ndimsA, int *dimsA, double *Ar,
scale = None; /*no scaling needed */
if (isn == FFTW_BACKWARD) scale = Divide;
- if (isrealA & !WITHMKL) /* To have type = C2C_PLAN
+ if (isrealA & !WITHMKL) /* To have type = C2C_PLAN*/
{
/*A is real */
if (issymA)