OpenCMISS-Iron Internal API Documentation
|
Converts a string representation of a number to a double precision number. More...
Private Member Functions | |
real(dp) function | string_to_double_c (STRING, ERR, ERROR) |
Converts a character string representation of a number to a double precision number. More... | |
real(dp) function | string_to_double_vs (STRING, ERR, ERROR) |
Converts a varying string representation of a number to a double precision number. More... | |
Converts a string representation of a number to a double precision number.
Definition at line 183 of file strings.f90.
|
private |
Converts a character string representation of a number to a double precision number.
[in] | string | The string to convert |
[out] | err | The error code !<The error code |
[out] | error | The error string !<The error string |
Definition at line 1444 of file strings.f90.
|
private |
Converts a varying string representation of a number to a double precision number.
[in] | string | The string to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1470 of file strings.f90.