Nodes of different colours represent the following:
Solid arrows point from a file to a file which it depends on. 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.
Source Code
!> Global parameters of ForColormap.module colormap_parametersuse iso_fortran_env,only:wp=>real64implicit none private public::wp,pi,colormap_name_lengthinteger,parameter::colormap_name_length=30real(wp),parameter::pi=4*atan(1.0_wp)end module colormap_parameters