export_graph Subroutine

public subroutine export_graph(fname, graph)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: fname
class(graph_type), intent(in) :: graph

Calls

proc~~export_graph~~CallsGraph proc~export_graph export_graph proc~write_graph write_graph proc~export_graph->proc~write_graph
Help