Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jul 9, 2024
1 parent 56fcd90 commit 8b29b6e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Model/ModelUtilities/ReleaseSchedule.f90
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ module ReleaseScheduleModule
!! tolerance).
!!
!! The release schedule must be refreshed each time step. This is
!! a matter of advancing the time selection to the current step,
!! which can be achieved by calling advance(), and reinitializing
!! the time step selection from the current stress period block,
!! which is achieved by calling the time step selection's init()
!! routine once followed by its read() routine 0+ times.
!! achieved by calling advance().
!<
type :: ReleaseScheduleType
real(DP), allocatable :: times(:) !< release times
Expand Down

0 comments on commit 8b29b6e

Please sign in to comment.