Skip to content

Commit fae6917

Browse files
committed
Revert default behavior of mbd
1 parent 59b14a9 commit fae6917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dftd4/param.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ subroutine get_rational_damping(functional, param, s9)
6767
integer :: is, id
6868
logical :: mbd
6969

70-
mbd = .false.
70+
mbd = .true.
7171
if (present(s9)) mbd = s9 /= 0.0_wp
7272

7373
is = index(functional, '/')

0 commit comments

Comments
 (0)