read_graph Subroutine

public subroutine read_graph(unit, xadj, adjncy, numflag, vwgt, adjwgt, vsize)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: unit
integer, intent(out), pointer:: xadj(:)
integer, intent(out), pointer:: adjncy(:)
integer, intent(in), optional :: numflag
integer, optional pointer:: vwgt(:)
integer, intent(out), optional pointer:: adjwgt(:)
integer, intent(out), optional pointer:: vsize(:)

Calls

proc~~read_graph~~CallsGraph proc~read_graph read_graph proc~count_columns count_columns proc~read_graph->proc~count_columns proc~whitechar whitechar proc~read_graph->proc~whitechar proc~count_columns->proc~whitechar
Help

Called By

proc~~read_graph~~CalledByGraph proc~read_graph read_graph proc~import_graph import_graph proc~import_graph->proc~read_graph
Help