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
program test16use forimage,only:format_lutimplicit none type(format_lut)::imageprint*,' 'print'(a)','Test 16'call image%import(file_name='lut_files/test15',dim_colors=3)call image%export(file_name='lut_files/test16')call image%finalize()end program test16