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

Flags a warning to the user. More...

Private Member Functions

subroutine writeerror (err, error,)
 Writes the error string. More...
 

Detailed Description

Flags a warning to the user.

See also
BASE_ROUTINES

Definition at line 284 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::write_error::writeerror ( integer(intg), intent(inout)  err,
type(varying_string), intent(inout)  error 
)
private

Writes the error string.

Parameters
[in,out]errThe error code
[in,out]errorThe error string

Definition at line 1402 of file base_routines.f90.