File: comusage.fc3

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 (26 lines) | stat: -rw-r--r-- 986 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

FTNCHEK Version 2.11 July 1999

File comusage.f:
 0 syntax errors detected in file comusage.f
Common block %BLANK:
  Elements used but never set: all
Common block INP:
  Elements never used, never set: X4
Common block LAST:
  Elements used but never set: N3
  Elements set but never used: N1 N2
Common block ZAP: unused
Common block INP: varying length:
    Has 4 variables in module INPUT line 10 file comusage.f
    Has 3 variables in module COMP line 20 file comusage.f
Common block LAST: data type mismatch
  at position 1:
    Variable Y1 has type real in module INPUT line 12 file comusage.f
    Variable N1 has type intg in module OUTPUT line 32 file comusage.f
  at position 2:
    Variable Y2 has type real in module INPUT line 12 file comusage.f
    Variable N2 has type intg in module OUTPUT line 32 file comusage.f
  at position 3:
    Variable Y3 has type real in module INPUT line 12 file comusage.f
    Variable N3 has type intg in module OUTPUT line 32 file comusage.f