|
subroutine | diagnostics_set_on (DIAG_TYPE, LEVEL_LIST, DIAG_FILENAME, ROUTINE_LIST, ERR, ERROR,) |
| Sets diagnositics on. More...
|
|
Definition at line 207 of file base_routines.f90.
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_type | The type of diagnostics to set on |
- See also
- BASE_ROUTINES::DiagnosticTypes
- Parameters
-
[in] | level_list | The list of diagnostic levels to set on |
[in] | diag_filename | If present the name of the file to output diagnostic information to. If omitted the diagnostic output is sent to the screen |
[in] | routine_list | The list of routines to set diagnostics on in. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 942 of file base_routines.f90.