File: wordsize.fcD

package info (click to toggle)
ftnchek 3.1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,436 kB
  • ctags: 5,393
  • sloc: ansic: 24,609; fortran: 5,565; yacc: 3,682; sh: 2,518; makefile: 772; lisp: 264; f90: 94; perl: 76
file content (26 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (2)
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 3.1 May 2001

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
     10       y = 2.0d0
                ^
Warning near line 10 col 9 file wordsize.f: dble const 2.0D0 promoted to 
 real*8 Y: may not give desired precision

 0 syntax errors detected in file wordsize.f
 2 warnings 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