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.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Variables
Type
Visibility
Attributes
Name
Initial
real(kind=rk),
public
::
c1ave
Source Code
pure subroutine rt(neq,t,c,cprime,nrt,rval,rpar,ipar)!! Roots routine.integer,intent(in)::neqreal(rk),intent(in)::treal(rk),intent(in)::c(neq)real(rk),intent(in)::cprime(neq)integer,intent(in)::nrtreal(rk),intent(out)::rval(nrt)real(rk),intent(in)::rpar(*)integer,intent(in)::ipar(*)real(rk)::c1avecall c1_average(c,c1ave)rval(1)=c1ave-20.0_rkend subroutine rt