File: wordsize.fc3

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 (15 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

FTNCHEK Version 3.3 November 2004

File wordsize.f:
 0 syntax errors detected 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