File: wordsize.fc1

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 (24 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

FTNCHEK Version 3.1 May 2001

File wordsize.f:

      1       double precision function f(a,b)
      2       double precision a,b
      3       f = a+b
      4       return
      5       end


      6       program main
      7       real*8 f
      8       real*8 x,y
      9       x = 1.0
     10       y = 2.0d0
     11       write(*,*) f(x,y)
     12       end



 0 syntax errors detected in file wordsize.f