Skip to content

Commit

Permalink
update chd error to report head value that failed check
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 3, 2023
1 parent b88f097 commit 054bba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/GroundWaterFlow/gwf3chd8.f90
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ subroutine chd_ck(this)
! -- accumulate errors
if (this%head_mult(i) < bt .and. this%icelltype(node) /= 0) then
call this%dis%noder_to_string(node, nodestr)
write (errmsg, fmt=fmtchderr) i, this%head(i), bt, trim(nodestr)
write (errmsg, fmt=fmtchderr) i, this%head_mult(i), bt, trim(nodestr)
call store_error(errmsg)
end if
end do
Expand Down

0 comments on commit 054bba3

Please sign in to comment.