Definition at line 251 of file base_routines.f90.
subroutine base_routines::outputseton::output_set_on |
( |
character(len=*), intent(in) |
ECHO_FILENAME, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Sets writes file echo output on.
- See also
- BASE_ROUTINES::OUTPUT_SET_OFF,OPENCMISS::CMISSOutputSetOn
- Parameters
-
[in] | echo_filename | The filename of the file to echo output to |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1081 of file base_routines.f90.