f_esmf_cplcompvalidate Subroutine

subroutine f_esmf_cplcompvalidate(comp, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CplComp) :: comp
integer :: rc

Source Code

subroutine f_esmf_cplcompvalidate(comp, rc)
  use ESMF_UtilTypesMod      ! ESMF utility types
  use ESMF_BaseMod           ! ESMF base class
  use ESMF_CompMod
  use ESMF_CplCompMod
  use ESMF_InitMacrosMod
  
  implicit none

  type(ESMF_CplComp) :: comp
  integer            :: rc     

  call ESMF_CplCompValidate(comp, rc=rc)
end subroutine f_esmf_cplcompvalidate