calculate_degree Interface

interface
private module subroutine calculate_degree(this)

Arguments

Type IntentOptional Attributes Name
class(graph_type), intent(inout) :: this

Parent. Instance of the graph structure.

Description

Interface for calculating the degree of the vertices.