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

Flags a warning to the user. More...

Private Member Functions

subroutine flag_warning_c (STRING, ERR, ERROR,)
 Writes a warning message specified by a character string to the user. More...
 
subroutine flag_warning_vs (STRING, ERR, ERROR,)
 Writes a warning message specified by a varying string to the user. More...
 

Detailed Description

Flags a warning to the user.

See also
BASE_ROUTINES

Definition at line 232 of file base_routines.f90.

Member Function/Subroutine Documentation

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

Writes a warning message specified by a character string to the user.

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

Definition at line 736 of file base_routines.f90.

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

Writes a warning message specified by a varying string to the user.

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

Definition at line 762 of file base_routines.f90.