Skip to content

Commit f5d7a0e

Browse files
committed
Fix undefined variable
1 parent f2bf915 commit f5d7a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fortran/lib/mod_distribs.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ subroutine calculate(this, basis, &
176176
!! Loop index.
177177
integer :: num_pairs
178178
!! Number of pairs and angles.
179-
real(real32) :: bondlength, rtmp1, dist_max_smooth
179+
real(real32) :: bondlength, rtmp1, dist_max_smooth, dist_min_smooth
180180
!! Temporary real variables.
181181
logical :: success
182182
!! Boolean for success.

0 commit comments

Comments
 (0)