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
#include "MAPL_Generic.h"submodule(mapl3g_OuterMetaComponent)get_lgr_smodimplicit nonecontains module function get_lgr(this)result(lgr)class(Logger),pointer::lgrclass(OuterMetaComponent),target,intent(in)::thislgr=>this%lgrend function get_lgrend submodule get_lgr_smod