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.
! Main program for QuickPIC Open Source 1.0! update: 04/18/2016program quickpicuse simulation_classimplicit none type(simulation)::simcall sim%new()call sim%go()call sim%del()stop end program quickpic