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_SD(v,ne,Te,Zeff)REAL(rp),INTENT(IN)::vREAL(rp),INTENT(IN)::neREAL(rp),INTENT(IN)::TeREAL(rp),INTENT(IN)::ZeffREAL(rp)::CB_ee_SDREAL(rp)::xx=v/VTe(Te)CB_ee_SD=(0.5_rp*Gammacee(v,ne,Te)/v)*&(ERF(x)-psi(x)+&0.5_rp*delta(Te)**4*x**2)end function CB_ee_SD