OpenCMISS-Iron Internal API Documentation
|
Private Member Functions | |
logical function | is_digit (CHARAC) |
IS_DIGIT returns .TRUE. if the character CHARAC is a digit character (i.e. 0..9) More... | |
Definition at line 104 of file strings.f90.
|
private |
IS_DIGIT returns .TRUE. if the character CHARAC is a digit character (i.e. 0..9)
[in] | charac | The character to test if it is a digit |
Definition at line 423 of file strings.f90.