Skip to content

Commit 5f950ca

Browse files
committed
input: initialize number of observed scalars read to 0
1 parent 096c7f5 commit 5f950ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/input.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module input
113113
integer :: secs2 = 0
114114
integer :: unit = -1
115115
integer :: lines = 0
116-
integer :: n
116+
integer :: n = 0
117117
type (type_scalar_input_list) :: variables
118118
type (type_timeseries_file),pointer :: next => null()
119119
contains

0 commit comments

Comments
 (0)