Skip to content

Commit

Permalink
Update src/dftd3/param.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Sep 29, 2024
1 parent 64818f5 commit 3aaaa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dftd3/param.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ subroutine get_zero_damping(param, method, error, s9, citation)
end select

if (.not.allocated(doi)) doi = doi_dftd3_0
citation = get_citation(doi)
if (present(citation)) citation = get_citation(doi)

if (present(s9)) then
param%s9 = s9
Expand Down

0 comments on commit 3aaaa78

Please sign in to comment.