Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Source Code
subroutine source_from_SS_src_ports_self_solid(me,dt)type(solid_t),intent(inout)::mereal(dp),intent(in)::dtinteger::iif(me%MC_Prop%SSsrcLink)then do i=1,me%MC_Prop%NbCellsme%big%bmS(i)=me%big%bmS(i)-dt*me%MC_Prop%thermS(i)%p%DerSrcSdTme%big%bvS(i)=me%big%bvS(i)+dt*me%MC_Prop%thermS(i)%p%rhs_SrcSenddo endifend subroutine source_from_SS_src_ports_self_solid