Skip to content

Commit

Permalink
Deallocate H0sqr
Browse files Browse the repository at this point in the history
  • Loading branch information
fbonafe committed Oct 1, 2024
1 parent d42be81 commit a5e1555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dftbp/timedep/timeprop.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4450,6 +4450,7 @@ subroutine finalizeDynamics(this)
deallocate(this%Ssqr)
deallocate(this%Sinv)
deallocate(this%H1)
deallocate(this%H0sqr)
deallocate(this%RdotSprime)
deallocate(this%qq)
deallocate(this%deltaQ)
Expand Down

0 comments on commit a5e1555

Please sign in to comment.