File: columns.html

package info (click to toggle)
ftnchek 2.11.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,392 kB
  • ctags: 2,790
  • sloc: ansic: 21,570; fortran: 2,921; yacc: 2,794; sh: 1,623; makefile: 693; lisp: 264; awk: 163
file content (32 lines) | stat: -rw-r--r-- 1,487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<HTML>
<HEAD>
<TITLE>Option: columns</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="check.html">-check</A><HR><P>
<H2>Option: <font color=#FF0080>columns</font></H2><P>
<A NAME="columns"></A><DT><B><A HREF="columns.html">-columns</A>=</B><I>num</I>  </DT>
<DD>Set maximum statement length to <I>num </I> columns. (Beyond this 
is ignored.) This setting is provided to allow checking of programs which 
may violate the Fortran standard limit of 72 columns for the length of 
a statement.  According to the standard, all characters past column 72 
are ignored. If this setting is used when the <B><A HREF="f77.html">-f77</A>=long-line </B> option is in 
effect, a warning will be given for any lines in which characters past 
column 72 are processed. Turn-on = max = 132.  Default = 72.  <blockquote></DD>
</DL>
<P>
This setting 
does not suppress warnings about the presence of characters beyond column 
72. To process code with meaningful program text beyond column 72, use 
this setting and be sure the <B><A HREF="f77.html">-f77</A> </B> <B>long-line </B> option is off. To process code 
with sequence numbers in columns 73 to 80, leave the the columns setting 
at the default value and use the <B><A HREF="pretty.html">-pretty</A>=no-long-line </B> flag. <P>
See also: <B><A HREF="f77.html">-f77</A> 
</B>, <B><A HREF="pretty.html">-pretty</A> </B>.  </blockquote>
<P>
 
<DL>

<P><HR><P>Next: <A HREF="common.html">-common</A>
</BODY></HTML>