Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vnquanvuong committed Dec 23, 2024
1 parent fa2d255 commit a110028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dftbp/dftb/energytypes.F90
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ subroutine TEnergies_init(this, nAtom, nSpin)
this%atomOnSite(:) = 0.0_dp
this%atomHalogenX(:) = 0.0_dp
this%atom3rd(:) = 0.0_dp
this%atomDftbMultiExpan(:) = 0.0_dp
this%atomSolv(:) = 0.0_dp
this%atomTotal(:) = 0.0_dp

Expand Down

0 comments on commit a110028

Please sign in to comment.