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 FF_src_port_to_channels_comm(me)type(channel_t),intent(inout)::meinteger::jjif(me%HeProp%FFsrcLink)then do jj=1,me%HeProp%NbCellsme%StVar%He_pr(:,jj)=me%HeProp%thermF(jj)%p%Prim(:)me%StVar%He_cs(:,jj)=me%HeProp%thermF(jj)%p%Cons(:)enddo endifend subroutine FF_src_port_to_channels_comm