Skip to content

Commit

Permalink
Fix small problem with 8.7 doc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oehmke committed Oct 2, 2024
1 parent 955adb5 commit 6e4bf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Infrastructure/TimeMgr/interface/ESMF_Clock.F90
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,6 @@ function ESMF_ClockCreateNew(timeStep, startTime, keywordEnforcer, &
! clock to be a repeat clock and repeatedly go through the same
! interval of time.
! \end{description}
! \end{itemize}

! \end{itemize}
!
! !DESCRIPTION:
Expand Down Expand Up @@ -727,11 +725,13 @@ subroutine ESMF_ClockGet(clock, keywordEnforcer, &
! !STATUS:
! \begin{itemize}
! \item\apiStatusCompatibleVersion{5.2.0r}
! \item\apiStatusModifiedSinceVersion{5.2.0r}
! \begin{description}
! \item[8.7.0] Added arguments {\tt repeatDuration} and {\tt repeatCount}.
! The argument {\tt repeatDuration} allows the user to get information
! about how far the clock will advance before repeating. The argument
! {\tt repeatCount} tells how many times the clock has repeated.
! \end{description}
! \end{itemize}
!
! !DESCRIPTION:
Expand Down

0 comments on commit 6e4bf0b

Please sign in to comment.