Skip to content

Commit

Permalink
fprettify
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Nov 27, 2024
1 parent 9dc32db commit 32487be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/GroundWaterFlow/gwf-uzf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ subroutine uzf_setup_budobj(this)
q = DZERO
do n = 1, this%nodes
n2 = this%igwfnode(n)
this%qauxcbc(1) = this%uzfobj%uzfarea(n)
this%qauxcbc(1) = this%uzfobj%uzfarea(n)
call this%budobj%budterm(idx)%update_term(n, n2, q, this%qauxcbc)
end do
!
Expand Down

0 comments on commit 32487be

Please sign in to comment.