OpenCMISS-Iron Internal API Documentation
|
Write a string followed by a value formatted in a particular way to a specified output stream. More...
Private Member Functions | |
subroutine | write_string_fmt_value_c (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More... | |
subroutine | write_string_fmt_value_dp (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More... | |
subroutine | write_string_fmt_value_intg (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More... | |
subroutine | write_string_fmt_value_lintg (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More... | |
subroutine | write_string_fmt_value_l (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More... | |
subroutine | write_string_fmt_value_sp (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More... | |
subroutine | write_string_fmt_value_vs (ID, FIRST_STRING, VALUE, FORMAT_STRING, ERR, ERROR,) |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value. More... | |
Write a string followed by a value formatted in a particular way to a specified output stream.
Definition at line 188 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[in] | format_string | The format string to be used to format the value |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1825 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[in] | format_string | The format string to be used to format the value |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1855 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[in] | format_string | The format string to be used to format the value |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1886 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[in] | format_string | The format string to be used to format the value |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1946 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[in] | format_string | The format string to be used to format the value |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1916 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[in] | format_string | The format string to be used to format the value |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1976 of file input_output.f90.
|
private |
Writes the FIRST STRING followed by a formatted character VALUE to the given output stream specified by ID. FORMAT_STRING is used to format the value.
[in] | id | The ID of the output stream. An ID of > 9 specifies file output |
[in] | first_string | The first string to be output |
[in] | value | The value to be output |
[in] | format_string | The format string to be used to format the value |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2007 of file input_output.f90.