Skip to content

Commit

Permalink
* fprettify
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs authored and wpbonelli committed Feb 19, 2024
1 parent 785b0fd commit c467485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/GroundWaterFlow/gwf-sfr.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2395,7 +2395,7 @@ subroutine sfr_cq(this, x, flowja, iadv)
do i = this%ia(n) + 1, this%ia(n + 1) - 1
if (this%idir(i) > 0) cycle
n2 = this%ja(i)
if (this%iboundpak(n2) == 0) cycle
if (this%iboundpak(n2) == 0) cycle
qext = DZERO
exit
end do
Expand Down

0 comments on commit c467485

Please sign in to comment.