From 9057084820eba9cb6671007621caf78fa7f516fa Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Wed, 19 Jul 2023 10:33:51 -0700 Subject: [PATCH] Remove status section that should not be there for new method. --- src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 b/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 index b11e182de6..49e1ceab1f 100644 --- a/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 +++ b/src/Infrastructure/Field/src/ESMF_FieldCreate.cppF90 @@ -441,16 +441,6 @@ type(ESMF_KeywordEnforcer), optional:: keywordEnforcer ! must use keywords below character (len=*), intent(in), optional :: name integer, intent(out), optional :: rc ! -! !STATUS: -! \begin{itemize} -! \item\apiStatusCompatibleVersion{5.2.0r} -! \item\apiStatusModifiedSinceVersion{5.2.0r} -! \begin{description} -! \item[8.1.0] Added argument {\tt pinflag} to provide access to DE sharing -! between PETs. -! \end{description} -! \end{itemize} -! ! !DESCRIPTION: ! Create an {\tt ESMF\_Field} and allocate space internally for an ! {\tt ESMF\_Array}. Return a new {\tt ESMF\_Field}. For an example and