Skip to content

Commit

Permalink
Merge pull request dftbplus#1383 from bhourahine/minorCommentNHC
Browse files Browse the repository at this point in the history
Minor comment change
  • Loading branch information
bhourahine authored Feb 3, 2024
2 parents 13588bb + 7c63451 commit de83f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dftbp/dftbplus/inputdata.F90
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ module dftbp_dftbplus_inputdata

!> Whether to initialize internal state of the Nose-Hoover thermostat from input
logical :: tInitNHC = .false.

!> Internal state variables for the Nose-Hoover chain thermostat
real(dp), allocatable :: xnose(:)
real(dp), allocatable :: vnose(:)
real(dp), allocatable :: gnose(:)
Expand Down

0 comments on commit de83f20

Please sign in to comment.