fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
MAXIMUM NUMBER OF CONTINUATION LINES
Syntax:
MAXIMUM NUMBER OF CONTINUATION LINES [:] <integer> CONTINUATIONS [:] <integer>
Function:
Specifies the maximum number of continuation lines in the output code written by fpt. Long declaration statements are subdivided, and code statements are compressed by suspension of the spacing and indentation rules, to fit within the available number. Statements which cannot be made to fit are marked by warnings in the output files.
The command MAXIMUM NUMBER OF CONTINUATION LINES: 0 instructs fpt to use an unlimited number of continuation lines.
Where to Use this Command
Operating system command line | Yes |
Configuration file, config.fsp | Yes |
Specification (fsp) files, *.fsp | Yes |
Interactively, to FPT> prompt | Yes |
Interactive command files | Yes |
Embedded in the Fortran code | Yes |
Default
The number of continuation lines is not limited by default. The number of continuation lines in single statements generated automatically by fpt is normally smaller than 49 (Note that defaults may be changed in the configuration file).
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.