File: wordsize.fcB

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

FTNCHEK Version 3.3 November 2004

File wordsize.f:
      9       x = 1.0
                ^
Warning near line 9 col 9 file wordsize.f: real const 1.0 promoted to real*8 X
 : may not give desired precision

 0 syntax errors detected in file wordsize.f
 1 warning issued in file wordsize.f

Warning: Subprogram F invoked inconsistently
    Defined in module F line 1 file wordsize.f as type dble
    Invoked in module MAIN line 11 file wordsize.f as type real*8

Warning: Subprogram F argument data type mismatch at position 1:
    Dummy arg A in module F line 1 file wordsize.f is type dble
    Actual arg X in module MAIN line 11 file wordsize.f is type real*8
  and at position 2:
    Dummy arg B in module F line 1 file wordsize.f is type dble
    Actual arg Y in module MAIN line 11 file wordsize.f is type real*8