File: filter.fcl

package info (click to toggle)
ftnchek 3.3.1-7
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,684 kB
  • sloc: ansic: 21,908; fortran: 5,748; yacc: 4,071; sh: 3,035; makefile: 895; lisp: 322; f90: 118; perl: 76
file content (24 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

FTNCHEK Version 3.3 November 2004

     71      1           ('*',K=1,MOD(IBM(J),10)))
                                                  ^
Error near line 71 col 43 file include.f: syntax error, unexpected ')',
 expecting ','

Warning in module PRINTSTATS in file include.f: Labels defined but not used:
    <30> defined at line 82 file include.f
    106       Do O = 1,26
                 ^
Warning near line 106 col 10 file include.f: DO index is not integer
    107         N(O) = 0
                  ^
Warning near line 107 col 11 file include.f: subscript is not integer

 1 syntax error detected in file std_input
 3 warnings issued in file std_input

Warning: Common block STATS array dimen/size mismatch at position 7:
    Variable IBM in module GETSTATS line 1 file Include/stats.h (included at
 line 29 in include.f) has size 255
    Variable N in module INITIALIZE line 105 file include.f has size 26