Skip to content

Commit 391ad61

Browse files
committed
Add comment
1 parent 9da2733 commit 391ad61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/source_hsolver/hsolver_pw.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void HSolverPW<T, Device>::solve(hamilt::Hamilt<T, Device>* pHamilt,
144144
{
145145
GlobalV::ofs_running << "Average iterative diagonalization steps for k-points " << ik
146146
<< " is: " << DiagoIterAssist<T, Device>::avg_iter
147-
<< " ; where current threshold is: " << this->diag_thr << " . " << std::endl;
147+
<< "; where current threshold is: " << this->diag_thr << ". " << std::endl;
148148
DiagoIterAssist<T, Device>::avg_iter = 0.0;
149149
}
150150
}
@@ -195,7 +195,7 @@ void HSolverPW<T, Device>::solve(hamilt::Hamilt<T, Device>* pHamilt,
195195
}
196196
} // else (use_k_continuity)
197197

198-
// output iteration information and reset avg_iter
198+
// output average iteration information and reset avg_iter
199199
this->output_iterInfo();
200200

201201
count++;

0 commit comments

Comments
 (0)