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