Visible to Intel only — GUID: GUID-DB5B7FA7-6654-4B32-B9C2-32E4875A4692
Visible to Intel only — GUID: GUID-DB5B7FA7-6654-4B32-B9C2-32E4875A4692
wrap-margin
Provides a way to disable the right margin wrapping that occurs in Fortran list-directed output.
Syntax
Linux: |
-wrap-margin -no-wrap-margin |
macOS: |
None |
Windows: |
/wrap-margin /wrap-margin- |
Arguments
None
Default
wrap-margin |
The right margin wraps at column 80 if the record length is greater than 80 characters. |
Description
This option provides a way to disable the right margin wrapping that occurs in Fortran list-directed output. By default, when the record being written becomes longer than 80 characters, the record is wrapped to a new record at what is called the "right margin".
Specify -no-wrap-margin (Linux*) or /wrap-margin- (Windows*) to disable this behavior.
IDE Equivalent
Alternate Options
None