Skip to content

Commit db78c45

Browse files
committed
Fix: time log error for real2recip
1 parent ca23d11 commit db78c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_pw/pw_transform_k.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ void PW_Basis_K:: real2recip(const std::complex<double> * in, std::complex<doubl
4141
{
4242
out[igl] = this->ft.aux1[this->igl2isz_k[igl+startig]] / double(this->nxyz);
4343
}
44-
return;
4544
ModuleBase::timer::tick("PW_Basis_K", "real2recip");
45+
return;
4646
}
4747

4848
///

0 commit comments

Comments
 (0)