Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
libclfft
Commits
4022245c
Commit
4022245c
authored
Mar 21, 2011
by
Oliver Bock
Browse files
Remove obsolete debug output
parent
d807fa2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/main.cpp
View file @
4022245c
...
...
@@ -616,8 +616,6 @@ int runTest(clFFT_Dim3 n, int batchSize, clFFT_Direction dir, clFFT_Dimension di
}
#else
log_info
(
"Output power spectrum for manual validation (normalized):
\n
"
);
printf
(
"n: %u, length: %i
\n
"
,
n
.
x
*
n
.
y
*
n
.
z
,
length
);
if
(
dataFormat
!=
clFFT_SplitComplexFormat
)
{
clFFT_SplitComplex
result_split
;
result_split
.
real
=
(
float
*
)
malloc
(
length
*
sizeof
(
float
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment