Skip to content

Commit

Permalink
Removed redundant call of eval_k
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Nov 15, 2017
1 parent cf0e404 commit 10d818a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions anphon/dynamical.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,6 @@ void Dynamical::diagonalize_dynamical_all()
#pragma omp parallel for private (is)
#endif
for (ik = 0; ik < nk; ++ik) {

eval_k(kpoint->xk[ik], kpoint->kvec_na[ik], fcs_phonon->fc2_ext,
eval_phonon[ik], evec_phonon[ik], require_evec);

if (nonanalytic == 3) {
eval_k_ewald(kpoint->xk[ik], kpoint->kvec_na[ik], ewald->fc2_without_dipole,
eval_phonon[ik], evec_phonon[ik], require_evec, ik);
Expand Down

0 comments on commit 10d818a

Please sign in to comment.