Some versions of GNU complain, line splitted.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11708 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
spigafi 2015-08-26 17:07:11 +00:00
parent f828fe0fb0
commit 30bc7d3857
1 changed files with 2 additions and 1 deletions

View File

@ -548,7 +548,8 @@
!
! The eig_index loop is executed only ONCE when NOGRP=1.
!
CALL c2psi( aux(eig_offset*dffts%tg_nnr+1), dffts%tg_nnr, c_bgrp( 1, i+eig_index-1 ), c_bgrp( 1, i+eig_index ), ngw, 2 )
CALL c2psi( aux(eig_offset*dffts%tg_nnr+1), dffts%tg_nnr, &
c_bgrp( 1, i+eig_index-1 ), c_bgrp( 1, i+eig_index ), ngw, 2 )
!
eig_offset = eig_offset + 1
!