Toggle navigation
FEATS
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
dependencies_for
Function
6 statements
Source File
dag_m.f90
dag_m
dependencies_for
Contents
None
private pure function dependencies_for(self, vertex_id) result(dependency_ids)
Result is an array of the ids on which vertex_id depends
Arguments
Type
Intent
Optional
Attributes
Name
class(
dag_t
),
intent(in)
::
self
integer,
intent(in)
::
vertex_id
Return Value
integer,allocatable,(:)
Contents
None