Skip to content

Commit

Permalink
Remove a copy-n-paste problem in HConfigDestroy() API doc where it
Browse files Browse the repository at this point in the history
talked about the `noGarbage` argument. HConfig does not connect to the
ESMF garbage collection and the Destroy() call does not have this
argument.
  • Loading branch information
theurich committed Jan 19, 2024
1 parent 1ca4101 commit f6d6594
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Infrastructure/HConfig/interface/ESMF_HConfig.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8196,10 +8196,6 @@ subroutine ESMF_HConfigDestroy(hconfig, keywordEnforcer, rc)
! Destroys an {\tt ESMF\_HConfig}, releasing the resources associated
! with the object.
!
! By default a small remnant of the object is kept in memory in order to
! prevent problems with dangling aliases. The default garbage collection
! mechanism can be overridden with the {\tt noGarbage} argument.
!
! The arguments are:
! \begin{description}
! \item[hconfig]
Expand Down

0 comments on commit f6d6594

Please sign in to comment.