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

Flags a warning to the user. More...

Private Member Functions

subroutine write_str (ID, ERR, ERROR,)
 Writes the output string to a specified output stream. More...
 

Detailed Description

Flags a warning to the user.

See also
BASE_ROUTINES

Definition at line 289 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::writestr::write_str ( integer(intg), intent(in)  ID,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Writes the output string to a specified output stream.

Parameters
[in]idThe ID of the output stream. An ID of > 9 specifies file output
See also
BASE_ROUTINES::OutputType,BASE_ROUTINES::FileUnits
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 1464 of file base_routines.f90.