Skip to content

Commit

Permalink
fixed a bug in dos.f90 reported by X.G Zhu
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshengwu committed Oct 13, 2018
1 parent 12de4fc commit 1254318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion soc/dos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ subroutine dos_joint_dos

real(dp) :: k(3)
real(dp), allocatable :: W(:), omega_dos(:), omega_jdos(:)
real(dp), allocatable :: dos(:), dos_mpi(:), jdos(:), jdos_mpi(:), Hk(:, :)
real(dp), allocatable :: dos(:), dos_mpi(:), jdos(:), jdos_mpi(:)
complex(dp), allocatable :: Hk(:, :)

!> fermi distribution
real(dp), allocatable :: fermi_dis(:)
Expand Down

0 comments on commit 1254318

Please sign in to comment.