replace_str Function

public function replace_str(str, from, to)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str
character(len=1), intent(in) :: from
character(len=1), intent(in) :: to

Return Value character(len=len_trim(str))


Called by

proc~~replace_str~~CalledByGraph proc~replace_str path_operator_m::replace_str proc~make_directory path_operator_m::make_directory proc~make_directory->proc~replace_str program~kdtree_test kdTree_test program~kdtree_test->proc~make_directory

Contents