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

Private Member Functions

subroutine output_set_on (ECHO_FILENAME, ERR, ERROR,)
 Sets writes file echo output on. More...
 

Detailed Description

Definition at line 251 of file base_routines.f90.

Member Function/Subroutine Documentation

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_filenameThe filename of the file to echo output to
[out]errThe error code
[out]errorThe error string

Definition at line 1081 of file base_routines.f90.