Skip to content

Commit

Permalink
Add result to get_zero()
Browse files Browse the repository at this point in the history
  • Loading branch information
darianboggs committed Jan 10, 2025
1 parent 4db9324 commit 1d2a743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic3g/specs/FrequencyAspect.F90
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ logical function interval_divides(factor, base) result(lval)

end function interval_divides

function get_zero()
function get_zero() result(zero)
type(ESMF_TimeInterval), pointer :: zero
logical, save :: zero_is_uninitialized = .TRUE.

Expand Down

0 comments on commit 1d2a743

Please sign in to comment.