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

Flags an error condition. More...

Private Member Functions

subroutine flag_error_c (STRING, ERR, ERROR,)
 Sets the error string specified by a character string and flags an error. More...
 
subroutine flag_error_vs (STRING, ERR, ERROR,)
 Sets the error string specified by a varying string and flags an error. More...
 

Detailed Description

Flags an error condition.

See also
BASE_ROUTINES

Definition at line 226 of file base_routines.f90.

Member Function/Subroutine Documentation

subroutine base_routines::flag_error::flag_error_c ( character(len=*), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the error string specified by a character string and flags an error.

Parameters
[in]stringThe error condition string
[out]errThe error code
[out]errorThe error string

Definition at line 696 of file base_routines.f90.

subroutine base_routines::flag_error::flag_error_vs ( type(varying_string), intent(in)  STRING,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets the error string specified by a varying string and flags an error.

Parameters
[in]stringThe error condition string
[out]errThe error code
[out]errorThe error string

Definition at line 717 of file base_routines.f90.