MAPL_VarSpecAddToList Interface

public interface MAPL_VarSpecAddToList

Module Procedures

private subroutine MAPL_VarSpecAddFromItem(SPEC, ITEM, RC)

Arguments

Type IntentOptional Attributes Name
type(MAPL_VarSpec), pointer :: SPEC(:)
type(MAPL_VarSpec), intent(in) :: ITEM
integer, intent(out), optional :: RC

private subroutine MAPL_VarSpecAddFromList(SPEC, ITEM, RC)

Arguments

Type IntentOptional Attributes Name
type(MAPL_VarSpec), pointer :: SPEC(:)
type(MAPL_VarSpec), intent(in) :: ITEM(:)
integer, intent(out), optional :: RC