Skip to content

Commit ba66a5a

Browse files
Andy StokelyAndy Stokely
authored andcommitted
Fixed nit picks.
1 parent 65274f4 commit ba66a5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/core_test/mpas_test_core_timekeeping_tests.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ end subroutine test_window_alarm
532532
!> \author Andy Stokely
533533
!> \date 10/02/2025
534534
!> \details This driver function executes the suite of test cases
535-
!> implemented in test_window_clock_alarm_is_ringing
535+
!> implemented in test_window_alarm, aggregating any errors encountered.
536536
!-----------------------------------------------------------------------
537537
integer function mpas_window_alarm_tests(domain) result(ierr)
538538
type(domain_type), intent(inout) :: domain

src/framework/mpas_timekeeping.F

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ end function mpas_get_clock_time
488488

489489
subroutine mpas_add_clock_alarm(clock, alarmID, alarmTime, alarmTimeInterval, &
490490
alarmStartTime, alarmStopTime, ierr)
491-
! TODO: possibly add a stop time for recurring alarms
492491

493492
implicit none
494493

0 commit comments

Comments
 (0)