summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2014-10-29 15:59:56 +0200
committerJukka Ojanen <jukka.ojanen@linkotec.net>2014-10-29 15:59:56 +0200
commitcf01293c196926d9bfccc84bc050682240feae35 (patch)
tree7307114556dadb7f7307e32ec6770f1c4572c855 /tests
parentbe60ff68d4388c3f3034cd75029566beba5f9279 (diff)
downloadffts-cf01293c196926d9bfccc84bc050682240feae35.zip
ffts-cf01293c196926d9bfccc84bc050682240feae35.tar.gz
"C++ style comments are not allowed in ISO C90"
Diffstat (limited to 'tests')
-rw-r--r--tests/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.c b/tests/test.c
index b1e5509..9559095 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -151,7 +151,7 @@ int main(int argc, char *argv[])
input[2*i + 1] = 0.0f;
}
- // input[2] = 1.0f;
+ /* input[2] = 1.0f; */
p = ffts_init_1d(i, sign);
if (!p) {
OpenPOWER on IntegriCloud