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

Private Member Functions

logical function is_whitespace (CHARAC)
 IS_WHITESPACE returns .TRUE. if the character CHARAC is a whitespace character (i.e. space, tabs, etc.) More...
 

Detailed Description

Definition at line 112 of file strings.f90.

Member Function/Subroutine Documentation

logical function strings::iswhitespace::is_whitespace ( character(len=1), intent(in)  CHARAC)
private

IS_WHITESPACE returns .TRUE. if the character CHARAC is a whitespace character (i.e. space, tabs, etc.)

Parameters
[in]characThe character to test if it is whitespace
Returns
On exit, .TRUE. if the character is whitespace

Definition at line 504 of file strings.f90.