Source Files
Modules
Procedures
Derived Types
calculate_degree
Interface
89 statements
Source File
graphstruc_types.f90
graphstruc_types
calculate_degree
Contents
None
interface
private module subroutine calculate_degree(this)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
graph_type
),
intent(inout)
::
this
Parent. Instance of the graph structure.
Description
Interface for calculating the degree of the vertices.