init Interface

public interface init

Module Procedures

private subroutine init_(aV, iList, rList, lsize)

Arguments

Type IntentOptional Attributes Name
type(AttrVect), intent(out) :: aV
character(len=*), intent(in), optional :: iList
character(len=*), intent(in), optional :: rList
integer, intent(in), optional :: lsize

private subroutine initv_(aV, bV, lsize)

Arguments

Type IntentOptional Attributes Name
type(AttrVect), intent(out) :: aV
type(AttrVect), intent(in) :: bV
integer, intent(in) :: lsize

private subroutine initl_(aV, iList, rList, lsize)

Arguments

Type IntentOptional Attributes Name
type(AttrVect), intent(out) :: aV
type(List), intent(in) :: iList
type(List), intent(in) :: rList
integer, intent(in) :: lsize