OpenCMISS-Iron Internal API Documentation
|
Diganostic type parameters. More...
Variables | |
integer(intg), parameter, public | base_routines::all_diag_type =1 |
Type for setting diagnostic output in all routines. More... | |
integer(intg), parameter, public | base_routines::in_diag_type =2 |
Type for setting diagnostic output in one routine. More... | |
integer(intg), parameter, public | base_routines::from_diag_type =3 |
Type for setting diagnostic output from one routine downwards. More... | |
Diganostic type parameters.
integer(intg), parameter, public base_routines::all_diag_type =1 |
Type for setting diagnostic output in all routines.
Definition at line 97 of file base_routines.f90.
Referenced by base_routines::diagnostics_set_on().
integer(intg), parameter, public base_routines::from_diag_type =3 |
Type for setting diagnostic output from one routine downwards.
Definition at line 99 of file base_routines.f90.
Referenced by base_routines::diagnostics_set_on().
integer(intg), parameter, public base_routines::in_diag_type =2 |
Type for setting diagnostic output in one routine.
Definition at line 98 of file base_routines.f90.
Referenced by base_routines::diagnostics_set_on().