File: args08.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 (12 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12

FTNCHEK Version 3.3 November 2004

File args08.f:
 0 syntax errors detected in file args08.f
Warning: Subprogram SUBA argument mismatch at position 1:
    Dummy arg C in module SUBA line 5 file args08.f is type char*2(100)
    Actual arg C in module %MAIN line 3 file args08.f is type char*1(100)

Warning: Subprogram SUBA argument arrayness mismatch at position 1:
    Dummy arg C in module SUBA line 5 file args08.f has 1 dim size 100*2
    Actual arg C in module %MAIN line 3 file args08.f has 2 dims size 100*1