Skip to content

Commit b75356d

Browse files
Andy StokelyAndy Stokely
authored andcommitted
Updated tests
1 parent 34f9f67 commit b75356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/mpas_timekeeping.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ logical function mpas_prev_ring_in_window(alarm)
864864
implicit none
865865
type(MPAS_Alarm_type), pointer :: alarm
866866

867-
mpas_prev_ring_in_window = (alarm % activeStartTime <= alarm % prevRingTime &
867+
mpas_prev_ring_in_window = (alarm % activeStartTime < alarm % prevRingTime &
868868
.and. alarm % prevRingTime < alarm % activeStopTime)
869869
end function mpas_prev_ring_in_window
870870

0 commit comments

Comments
 (0)