Skip to content

Commit

Permalink
input: initialize number of observed scalars read to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Oct 17, 2023
1 parent 096c7f5 commit 5f950ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/input.F90
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module input
integer :: secs2 = 0
integer :: unit = -1
integer :: lines = 0
integer :: n
integer :: n = 0
type (type_scalar_input_list) :: variables
type (type_timeseries_file),pointer :: next => null()
contains
Expand Down

0 comments on commit 5f950ca

Please sign in to comment.