fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

UPPER/LOWER CASE KIND PARAMETERS

Syntax:

UPPER CASE KIND PARAMETERS DEFAULT CASE KIND PARAMETERS

Function:

These commands control the case in which the Fortran parameters in kind tags are written. The commands control the upper or default case ONLY in the tags attached to literal values, for example, in 2.997E8_KR8 or 2.997E8_kr8. They do NOT control the case of the parameters where they are declared or used in kind declarations, as in:

INTEGER,PARAMETER :: kr8 = KIND(1.0D0) REAL(KIND=kr8),PARAMETER :: c = 2.997E8

Please use the commands UPPER CASE and UPPER CASE PARAMETERS etc. to control the parameter definitions and their use in other contexts.

Default

The default is DEFAULT CASE KIND PARAMETERS.

Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.