search_sub Function

public function search_sub(pline_sub, string, ind, after, eq_func)

Arguments

Type IntentOptional Attributes Name
type(parsed_line), pointer :: pline_sub
character(len=*) :: string
integer(kind=ip), intent(out), optional :: ind
integer(kind=ip), intent(in), optional :: after
public function eq_func(s1, s2)
Arguments
Type IntentOptional Attributes Name
character(len=*), intent(in) :: s1
character(len=*), intent(in) :: s2
Return Value logical

Return Value logical


Contents