OpenCMISS-Iron Internal API Documentation
strings::logicaltocharacter Interface Reference

Private Member Functions

character(len=maxstrlen) function logical_to_character (LOGICALVALUE, ERR, ERROR)
 Converts a logical value to either a "TRUE" or "FALSE" character string. More...
 

Detailed Description

Definition at line 136 of file strings.f90.

Member Function/Subroutine Documentation

character(len=maxstrlen) function strings::logicaltocharacter::logical_to_character ( logical, intent(in)  LOGICALVALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Converts a logical value to either a "TRUE" or "FALSE" character string.

Parameters
[in]logicalvalueThe logical value to convert
[out]errThe error code
[out]errorThe error string
Returns
On exit, the character equivalent value

Definition at line 850 of file strings.f90.