Skip to content

Commit

Permalink
https://github.com/MODFLOW-USGS/modflow6/pull/1988#discussion_r171380…
Browse files Browse the repository at this point in the history
…7026
  • Loading branch information
emorway-usgs committed Aug 12, 2024
1 parent 428349f commit 94c88db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Utilities/MathUtil.f90
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ pure logical function is_close(a, b, rtol, atol, symmetric)
end function is_close

!> @brief Modulo with offset for integer values.
!<
pure function mod_offset_int(a, n, d) result(mo)
! -- dummy
integer(I4B), intent(in) :: a !< dividend
Expand All @@ -105,7 +104,6 @@ pure function mod_offset_int(a, n, d) result(mo)
end function mod_offset_int

!> @brief Modulo with offset for double precision values.
!<
pure function mod_offset_dbl(a, n, d) result(mo)
! -- dummy
real(DP), intent(in) :: a !< dividend
Expand Down

0 comments on commit 94c88db

Please sign in to comment.