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_geom_smodimplicit nonecontains module function get_geom(this)result(geom)type(ESMF_Geom)::geomclass(OuterMetaComponent),intent(inout)::thisgeom=this%geomend function get_geomend submodule get_geom_smod