Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Sep 24, 2024
1 parent f12d474 commit 37c7115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/GroundWaterFlow/submodules/gwf-sfr-transient.f90
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
end if

! calculate maximum wave speed and courant number
q = qc + qlat - qgwf
q = qc + qlat - qgwf
call this%sfr_calc_reach_depth(n, q, d)
a = this%calc_area_wet(n, d)
if (d > DZERO) then
Expand Down

0 comments on commit 37c7115

Please sign in to comment.