Skip to content

Commit

Permalink
fixed a bug in readinput.f90 related to Berry_kpath
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshengwu committed May 9, 2018
1 parent becd481 commit ccdd151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/readinput.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,7 @@ subroutine readinput
do ik=1, NK_Berry
read(1001, *, end=208, err=208)k ! The unit of lattice vector
call cart_direct_rec(k, k3points_Berry(:, ik))
it = it+ 1
enddo
endif ! Direct or Cart coordinates
208 continue
Expand Down

0 comments on commit ccdd151

Please sign in to comment.