OpenCMISS-Iron Internal API Documentation
BASE_ROUTINES::DiagnosticTypes

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...
 

Detailed Description

Diganostic type parameters.

See also
BASE_ROUTINES,OPENCMISS::DiagnosticAndTiming::DiagnosticTypes

Variable Documentation

integer(intg), parameter, public base_routines::all_diag_type =1

Type for setting diagnostic output in all routines.

See also
BASE_ROUTINES::DiagnosticTypes,BASE_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.

See also
BASE_ROUTINES::DiagnosticTypes,BASE_ROUTINES

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.

See also
BASE_ROUTINES::DiagnosticTypes,BASE_ROUTINES

Definition at line 98 of file base_routines.f90.

Referenced by base_routines::diagnostics_set_on().