Set a value to a default if it is not defined
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | optional | :: | val | ||
| integer, | intent(in) | :: | default | 
Set a value to a default if it is not defined
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=pr), | intent(in), | optional | :: | val | ||
| real(kind=pr), | intent(in) | :: | default | 
Set a value to a default if it is not defined
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in), | optional | :: | val | ||
| character(len=*), | intent(in) | :: | default |