Skip to content

Commit

Permalink
Add modifier to contactTemperature
Browse files Browse the repository at this point in the history
  • Loading branch information
pecchia committed Jul 26, 2022
1 parent 8396646 commit 5883c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dftbp/dftbplus/parser.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6971,7 +6971,7 @@ subroutine readCommonBlock(root, orb, geo, tundos, transpar, tempElec)
call getChild(root, "ContactTemperature", pTmp, modifier=modifier, requested=.false.)
if (associated(pTmp)) then
call init(temperature)
call getChildValue(pTmp, "", temperature)
call getChildValue(pTmp, "", temperature, modifier=modifier)
if (len(temperature) .ne. ncont) then
call detailedError(root, "ContactTemperature does not match the number of contacts")
end if
Expand Down

0 comments on commit 5883c1b

Please sign in to comment.