Skip to content

Commit

Permalink
Merge pull request #93 from giovannipizzi/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jryates authored Jan 11, 2017
2 parents 2f7a566 + 08215f6 commit 4dbe0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postw90/geninterp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ subroutine geninterp_main()
kpt = localkpoints(:,i)
! Here I get the band energies and the velocities (if required)
if (geninterp_alsofirstder) then
call wham_get_eig_deleig(kpt,localeig(:,i),localdeleig(:,1,i),HH,delHH,UU)
call wham_get_eig_deleig(kpt,localeig(:,i),localdeleig(:,:,i),HH,delHH,UU)
else
call pw90common_fourier_R_to_k(kpt,HH_R,HH,0)
call utility_diagonalize(HH,num_wann,localeig(:,i),UU)
Expand Down

0 comments on commit 4dbe0f3

Please sign in to comment.