Skip to content

Commit

Permalink
declare variable that should be integer
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Apr 23, 2022
1 parent c5549fe commit 4de31f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/2d/shallow/restrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subroutine restrt(nsteps,time,nvar,naux)
dimension intrtx(maxlv),intrty(maxlv),intrtt(maxlv)
type(fgrid), pointer :: fg

integer :: num_gauges_previous, i, ii
integer :: num_gauges_previous, i, ii, previous_gauge_num
c
c :::::::::::::::::::::::::::: RESTRT ::::::::::::::::::::::::::::::::
c read back in the check point files written by subr. check.
Expand Down

0 comments on commit 4de31f7

Please sign in to comment.