MAPL_MemUtilsDisable Subroutine

public subroutine MAPL_MemUtilsDisable(RC)

Arguments

Type IntentOptional Attributes Name
integer, intent(out), optional :: RC

Calls

proc~~mapl_memutilsdisable~~CallsGraph proc~mapl_memutilsdisable MAPL_MemUtilsDisable proc~mapl_return MAPL_Return proc~mapl_memutilsdisable->proc~mapl_return at at proc~mapl_return->at insert insert proc~mapl_return->insert proc~mapl_throw_exception MAPL_throw_exception proc~mapl_return->proc~mapl_throw_exception

Source Code

    subroutine MAPL_MemUtilsDisable(RC)
      integer, optional, intent(OUT)   :: RC

      character(len=ESMF_MAXSTR), parameter :: IAm="MAPL_MemUtilsDisable"

      DISABLED = .true.

      _RETURN(ESMF_SUCCESS)

    end subroutine MAPL_MemUtilsDisable