File: wordsize.fcC

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 (21 lines) | stat: -rw-r--r-- 762 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

FTNCHEK Version 2.11 July 1999

File wordsize.f:
     10       y = 2.0d0
                ^
Warning near line 10 col 9 file wordsize.f:  dble const truncated to real*8 Y

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

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