Flags an error condition.
More...
|
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...
|
|
Flags an error condition.
- See also
- BASE_ROUTINES
Definition at line 240 of file base_routines.f90.
subroutine base_routines::flagerror::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] | string | The error condition string |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 696 of file base_routines.f90.
subroutine base_routines::flagerror::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] | string | The error condition string |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 717 of file base_routines.f90.