Skip to content

Commit c1394c4

Browse files
dyzhengcaic99
andauthored
Fix: typo in annotation
Co-authored-by: Chun Cai <[email protected]>
1 parent fcc8e8d commit c1394c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_hamilt/ks_pw/veff_pw.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ void Veff<OperatorPW>::act
4848
{
4949
wfcpw->recip2real(tmpsi_in, porter, ik);
5050
// NOTICE: when MPI threads are larger than number of Z grids
51-
// veff would contain nothing, and nothing should be do in real space
52-
// but the 3DFFT can not be skipped, it will cause stuck
51+
// veff would contain nothing, and nothing should be done in real space
52+
// but the 3DFFT can not be skipped, it will cause hanging
5353
if(this->veff->nc != 0)
5454
{
5555
const double* current_veff = &(this->veff[0](current_spin, 0));

0 commit comments

Comments
 (0)