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 d88177f commit 6820901Copy full SHA for 6820901
source/module_basis/module_pw/pw_basis.cpp
@@ -43,6 +43,7 @@ PW_Basis:: ~PW_Basis()
43
if (this->device == "gpu")
44
{
45
delmem_int_op()(this->d_is2fftixy);
46
+ delmem_int_op()(this->ig2ixyz_gpu);
47
}
48
#endif
49
0 commit comments