more t3e fixes

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@315 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2003-09-19 18:47:23 +00:00
parent ce8515b1be
commit 494d7a4fd3
1 changed files with 4 additions and 4 deletions

View File

@ -420,9 +420,9 @@
LOGICAL, INTENT(IN) :: tk
INTEGER, INTENT(IN) :: ub(:), lb(:), index(:)
INTEGER, INTENT(OUT) :: stown( lb(1): ub(1), lb(2):ub(2) ) ! stick map for potential
INTEGER, INTENT(OUT) :: stownw(lb(1): ub(1), lb(2):ub(2) ) ! stick map for wave functions
INTEGER, INTENT(OUT) :: stowns(lb(1): ub(1), lb(2):ub(2) ) ! stick map for wave functions
INTEGER, INTENT(INOUT) :: stown( lb(1): ub(1), lb(2):ub(2) ) ! stick map for potential
INTEGER, INTENT(INOUT) :: stownw(lb(1): ub(1), lb(2):ub(2) ) ! stick map for wave functions
INTEGER, INTENT(INOUT) :: stowns(lb(1): ub(1), lb(2):ub(2) ) ! stick map for wave functions
INTEGER, INTENT(IN) :: in1(:), in2(:)
INTEGER, INTENT(IN) :: ngc(:), ngcw(:), ngcs(:)
@ -436,7 +436,7 @@
! when gamma symmetry is used only the sticks of half reciprocal space
! are generated, then here we pair-up the sticks with those of the other
! half of the space, using the gamma symmetri relation
! half of the space, using the gamma symmetry relation
! Note that the total numero of stick "nct" is not modified
DO mc = 1, nct