From 53af0bab6e896019742f0508821ef223d6958e76 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Fri, 15 Sep 2023 18:33:46 -0400 Subject: [PATCH] fix docstrings --- .../ModelUtilities/FlowModelInterface.f90 | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Model/ModelUtilities/FlowModelInterface.f90 b/src/Model/ModelUtilities/FlowModelInterface.f90 index e7a794f062e..68d1ce7f1c2 100644 --- a/src/Model/ModelUtilities/FlowModelInterface.f90 +++ b/src/Model/ModelUtilities/FlowModelInterface.f90 @@ -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 @@ -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 @@ -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