Skip to content

Commit eab6bc5

Browse files
committed
Autoformat
1 parent d73bf41 commit eab6bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/force_h2o.F90

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ subroutine force_h2o_cvrqd(x, y, z, fx, fy, fz, Eclas, natom, nbeads)
130130
! we might not need to implement numerical forces here.
131131
! call numerical_forces(x, y, z, fx, fy, fz, Epot, natom, nbeads)
132132
! Just to squash compiler warnings
133-
if (.FALSE.) then
134-
print*, natom
133+
if (.false.) then
134+
print*,natom
135135
fx = 0.0D0
136136
fy = 0.0D0
137137
fz = 0.0D0

0 commit comments

Comments
 (0)