Functions for converting datatypes
Returns 1 if input = true, otherwise 0
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | login |
Logical to be converted to integer |
Returns true if input = 1, otherwise 0
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | intin |
Integer to be converted to logical |