Skip to content

Commit

Permalink
fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Sep 15, 2023
1 parent 4aab10f commit 53af0ba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/Model/ModelUtilities/FlowModelInterface.f90
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,10 @@ subroutine initialize_bfr(this)
end subroutine initialize_bfr

!> @brief Advance the budget file reader
!
! Advance the budget file reader by reading the next chunk
! of information for the current time step and stress period.
!
!!
!! Advance the budget file reader by reading the next chunk
!! of information for the current time step and stress period.
!!
!<
subroutine advance_bfr(this)
! -- modules
Expand Down Expand Up @@ -712,10 +712,10 @@ subroutine finalize_hfr(this)
end subroutine finalize_hfr

!> @brief Initialize gwf terms from budget file
!
! initalize terms and figure out how many
! different terms and packages are contained within the file
!
!!
!! initalize terms and figure out how many
!! different terms and packages are contained within the file
!!
!<
subroutine initialize_gwfterms_from_bfr(this)
! -- modules
Expand Down Expand Up @@ -879,11 +879,11 @@ subroutine initialize_gwfterms_from_gwfbndlist(this)
end subroutine initialize_gwfterms_from_gwfbndlist

!> @brief Allocate budget packages
!
! gwfpackages is an array of PackageBudget objects.
! This routine allocates gwfpackages to the proper size and initializes some
! member variables.
!
!!
!! gwfpackages is an array of PackageBudget objects.
!! This routine allocates gwfpackages to the proper size and initializes some
!! member variables.
!!
!<
subroutine allocate_gwfpackages(this, ngwfterms)
! -- modules
Expand Down

0 comments on commit 53af0ba

Please sign in to comment.