Bug fix (only in cvs version): the phonon recover was not working in the

noncollinear/spin-orbit case when the number of representations was
larger than 3.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5551 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
dalcorso 2009-05-05 08:14:00 +00:00
parent 4e27791b59
commit be2416f7f5
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ IF (okvan) THEN
READ (iunrec) int1, int2, int3
IF (noncolin) THEN
CALL set_int12_nc(0)
CALL set_int3_nc(3)
CALL set_int3_nc(npe)
END IF
END IF
CLOSE (UNIT = iunrec, STATUS = 'keep')