We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff5e82 commit 283c674Copy full SHA for 283c674
source/module_basis/module_pw/pw_basis.h
@@ -352,10 +352,7 @@ class PW_Basis
352
void recip_to_real(TK* in,
353
TR* out,
354
const bool add = false,
355
- const typename GetTypeReal<TK>::type factor = 1.0) const
356
- {
357
- this->recip2real_gpu(in, out, add, factor);
358
- };
+ const typename GetTypeReal<TK>::type factor = 1.0) const;
359
360
// template <typename FPTYPE,
361
// typename Device,
0 commit comments