OpenCMISS-Iron Internal API Documentation
|
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... | |
Flags a warning to the user.
Definition at line 232 of file base_routines.f90.
|
private |
Writes a warning message specified by a character string to the user.
[in] | string | The warning string |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 736 of file base_routines.f90.
|
private |
Writes a warning message specified by a varying string to the user.
[in] | string | The warning string |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 762 of file base_routines.f90.