Skip to content

Commit

Permalink
format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
feizheng10 committed Sep 6, 2019
1 parent 9d4f8d1 commit e3055e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/device/real2complex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ void real_1d_pre_post_process(size_t const half_N,
if(R2C)
{
hipLaunchKernelGGL(((d_input == d_output) ? (real_post_process_kernel<Tcomplex, true>)
: (real_post_process_kernel<Tcomplex, false>)),
: (real_post_process_kernel<Tcomplex, false>)),
grid,
threads,
0,
Expand Down

0 comments on commit e3055e1

Please sign in to comment.