Nodes of different colours represent the following:
Solid arrows point from a file to a file which depends upon it. A file is dependent upon another if the latter must be compiled before the former can be. Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Nodes of different colours represent the following:
Solid arrows point from a file to a file which depends upon it. A file is dependent upon another if the latter must be compiled before the former can be. Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
module types_readers_wrapper use classes_complete_coordinates_reader, only: Abstract_Complete_Coordinates_Reader implicit none private type, public :: Readers_Wrapper class(Abstract_Complete_Coordinates_Reader), allocatable :: complete_coordinates end type Readers_Wrapper end module types_readers_wrapper