MAKE_FIELD_SPEC Interface

public interface MAKE_FIELD_SPEC

Called by

interface~~make_field_spec~~CalledByGraph interface~make_field_spec MAKE_FIELD_SPEC proc~create_fields_lists create_fields_lists proc~create_fields_lists->interface~make_field_spec

Module Procedures

private function MAKE_FIELD_SPEC_1RB(YLF, NAME, IVSET)

Arguments

Type IntentOptional Attributes Name
class(FIELD_1RB), intent(in), POINTER :: YLF
character(len=*), intent(in) :: NAME
integer(kind=JPIM), intent(in), optional, TARGET :: IVSET(:)

Return Value type(FIELD_SPEC)

private function MAKE_FIELD_SPEC_2RB(YLF, NAME, IVSET)

Arguments

Type IntentOptional Attributes Name
class(FIELD_2RB), intent(in), POINTER :: YLF
character(len=*), intent(in) :: NAME
integer(kind=JPIM), intent(in), optional, TARGET :: IVSET(:)

Return Value type(FIELD_SPEC)

private function MAKE_FIELD_SPEC_3RB(YLF, NAME, IVSET)

Arguments

Type IntentOptional Attributes Name
class(FIELD_3RB), intent(in), POINTER :: YLF
character(len=*), intent(in) :: NAME
integer(kind=JPIM), intent(in), optional, TARGET :: IVSET(:)

Return Value type(FIELD_SPEC)