MAPL_CFIOIsCreated Function

public function MAPL_CFIOIsCreated(MCFIO)

Arguments

Type IntentOptional Attributes Name
type(MAPL_CFIO), intent(in) :: MCFIO

Return Value logical


Source Code

  logical function MAPL_CFIOIsCreated(MCFIO)
    type(MAPL_CFIO),             intent(IN) :: MCFIO
    MAPL_CFIOIsCreated = MCFIO%Created
  end function MAPL_CFIOIsCreated