OpenCMISS-Iron Internal API Documentation
base_routines::diagnosticsseton Interface Reference

Private Member Functions

subroutine diagnostics_set_on (DIAG_TYPE, LEVEL_LIST, DIAG_FILENAME, ROUTINE_LIST, ERR, ERROR,)
 Sets diagnositics on. More...
 

Detailed Description

Definition at line 207 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::diagnosticsseton::diagnostics_set_on ( integer(intg), intent(in)  DIAG_TYPE,
integer(intg), dimension(:), intent(in)  LEVEL_LIST,
character(len=*), intent(in)  DIAG_FILENAME,
character(len=*), dimension(:), intent(in)  ROUTINE_LIST,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets diagnositics on.

See also
BASE_ROUTINES::DIAGNOSTICS_SET_ON,OPENCMISS::CMISSDiagnosticsSetOn
Parameters
[in]diag_typeThe type of diagnostics to set on
See also
BASE_ROUTINES::DiagnosticTypes
Parameters
[in]level_listThe list of diagnostic levels to set on
[in]diag_filenameIf present the name of the file to output diagnostic information to. If omitted the diagnostic output is sent to the screen
[in]routine_listThe list of routines to set diagnostics on in.
[out]errThe error code
[out]errorThe error string

Definition at line 942 of file base_routines.f90.