Skip to content

Commit

Permalink
Minor clean of plotting code
Browse files Browse the repository at this point in the history
  • Loading branch information
jryates committed Dec 27, 2017
1 parent d9b29df commit 785fb76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plot.F90
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,6 @@ subroutine plot_wannier
read(file_unit) (r_wvfn_tmp(nx,counter),nx=1,ngx*ngy*ngz)
else
read(file_unit) (r_wvfn_tmp_nc(nx,counter,1),nx=1,ngx*ngy*ngz) ! up-spinor
endif
if (spinors) then
read(file_unit) (r_wvfn_tmp_nc(nx,counter,2),nx=1,ngx*ngy*ngz) ! down-spinor
endif
end if
Expand Down

0 comments on commit 785fb76

Please sign in to comment.