A small compilation error that has resurfaced: two occurrences of "+" that some compilers don't like

This commit is contained in:
Paolo Giannozzi 2019-01-25 07:40:22 +01:00
parent a787bb8c3f
commit 6451573ba8
1 changed files with 1 additions and 2 deletions

View File

@ -516,8 +516,7 @@ SUBROUTINE dynmat_hub_bare
! DO NOT include the delta_m1m2 contribution
! Note the sign change
!
work = work + nsaux * d2ns_bare_aux + &
+ dnsaux1 * CONJG(dnsaux2)
work = work + nsaux * d2ns_bare_aux + dnsaux1 * CONJG(dnsaux2)
!
ENDDO ! m2
!