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.
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.
function CB_ee(v)REAL(rp),INTENT(IN)::vREAL(rp)::CB_eeREAL(rp)::xx=v/cparams_ss%VTeif((.not.cparams_ms%LargeCollisions).or.&(.not.(cparams_ss%P%ne_profile(1:6).eq.'RE-EVO')))thenCB_ee=(0.5_rp*cparams_ss%Gammac/v)*(ERF(x)-&psi(x)+0.5_rp*cparams_ss%delta**4*x**2)elseCB_ee=(0.5_rp*cparams_ms%Gammac_min/v)*(ERF(x)-&psi(x)+0.5_rp*cparams_ss%delta**4*x**2)endifend function CB_ee