Intel® Fortran Compiler 16.0 User and Reference Guide
Allows alternate syntax (without parentheses) for PARAMETER statements.
Linux and OS X: | -altparam -noaltparam |
Windows: | /altparam /noaltparam |
None
altparam |
The alternate syntax for PARAMETER statements is allowed. |
This option specifies that the alternate syntax for PARAMETER statements is allowed. The alternate syntax is:
PARAMETER c = expr [, c = expr] ...
This statement assigns a name to a constant (as does the standard PARAMETER statement), but there are no parentheses surrounding the assignment list.
In this alternative statement, the form of the constant, rather than implicit or explicit typing of the name, determines the data type of the variable.
Visual Studio: Language > Enable Alternate PARAMETER Syntax
Eclipse: None
Xcode: Language > Enable Alternate PARAMETER Syntax
altparam |
Linux and OS X: None Windows: /4Yaltparam |
noaltparam |
Linux and OS X: None Windows: /4Naltparam |