Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
pypocketfft
Commits
9f9338fc
Commit
9f9338fc
authored
Mar 12, 2021
by
Martin Reinecke
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
e98660c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pocketfft_hdronly.h
View file @
9f9338fc
...
...
@@ -1456,7 +1456,7 @@ template<bool fwd, typename T> void pass_all(T c[], T0 fct) const
for
(
size_t
i
=
0
;
i
<
length
;
++
i
)
c
[
i
]
=
ch
[
i
]
*
fct
;
else
std
::
copy
(
p1
,
p1
+
length
,
c
);
std
::
copy
_n
(
p1
,
length
,
c
);
}
else
if
(
fct
!=
1.
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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