Skip to content

Commit 283c674

Browse files
committed
update func
1 parent 7ff5e82 commit 283c674

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/module_basis/module_pw/pw_basis.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,7 @@ class PW_Basis
352352
void recip_to_real(TK* in,
353353
TR* out,
354354
const bool add = false,
355-
const typename GetTypeReal<TK>::type factor = 1.0) const
356-
{
357-
this->recip2real_gpu(in, out, add, factor);
358-
};
355+
const typename GetTypeReal<TK>::type factor = 1.0) const;
359356

360357
// template <typename FPTYPE,
361358
// typename Device,

0 commit comments

Comments
 (0)