Skip to content

Commit addf18c

Browse files
committed
Remove a copy-n-paste problem in HConfigDestroy() API doc where it
talked about the `noGarbage` argument. HConfig does not connect to the ESMF garbage collection and the Destroy() call does not have this argument.
1 parent c68f64d commit addf18c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Infrastructure/HConfig/interface/ESMF_HConfig.F90

-4
Original file line numberDiff line numberDiff line change
@@ -8163,10 +8163,6 @@ subroutine ESMF_HConfigDestroy(hconfig, keywordEnforcer, rc)
81638163
! Destroys an {\tt ESMF\_HConfig}, releasing the resources associated
81648164
! with the object.
81658165
!
8166-
! By default a small remnant of the object is kept in memory in order to
8167-
! prevent problems with dangling aliases. The default garbage collection
8168-
! mechanism can be overridden with the {\tt noGarbage} argument.
8169-
!
81708166
! The arguments are:
81718167
! \begin{description}
81728168
! \item[hconfig]

0 commit comments

Comments
 (0)