mirror of https://gitlab.com/QEF/q-e.git
Fix typo in LR_Modules/ccgsolve_all
Spotted by running TDDFPT example 18 (finite-frequency sternheimer)
This commit is contained in:
parent
cc85de02f7
commit
f3b5cc95e0
|
@ -245,7 +245,7 @@ subroutine ccgsolve_all (ch_psi, ccg_psi, e, d0psi, dpsi, h_diag, &
|
|||
! change sign to h and hs
|
||||
!
|
||||
!$acc kernels
|
||||
h (:,ibnd_)=-g (:,ibnd_)
|
||||
h (:,ibnd_)=-h (:,ibnd_)
|
||||
hs(:,ibnd_)=-hs(:,ibnd_)
|
||||
!$acc end kernels
|
||||
if (iter.ne.1) then
|
||||
|
|
Loading…
Reference in New Issue