Missing broadcast of the variable nkpts (A. Smogunov)

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@4978 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
smogunov 2008-06-12 14:52:41 +00:00
parent 18a1c0837e
commit 42858405fe
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ IF (nkpts==0) THEN
xyk(2,ik)=xk(2,ik)
ENDDO
ENDIF
CALL mp_bcast( nkpts, ionode_id )
CALL mp_bcast( xyk, ionode_id )
CALL mp_bcast( wkpt, ionode_id )
ENDIF