File: complex.fcx

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 (52 lines) | stat: -rw-r--r-- 1,154 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

FTNCHEK Version 3.1 May 2001

File complex.f:

      4       a = (12,32)
                ^
"complex.f", line 4 col 9: Warning: cplx const (12,32) truncated to real A
      5       a = (5,-3e5)
                ^
"complex.f", line 5 col 9: Warning: cplx const (5,-3E5) truncated to real A

Module %MAIN: prog

External subprograms referenced:

       ABC: subr   

Variables:
 
      Name Type Dims     Name Type Dims     Name Type Dims     Name Type Dims
         A real*           CC cplx            CD cplx            DE real*  
         I intg*  

* Variable not declared. Type has been implicitly defined.


"complex.f", line 2: Warning in module %MAIN: Variables set but never used:
"complex.f", line 2:     CC set
"complex.f", line 3:     CD set
"complex.f", line 3:     DE set


Statement labels defined:

    Label   Line  StmtType    Label   Line  StmtType
      <7>      7    format     <22>      9    format


Module ABC: subr

Variables:
 
      Name Type Dims     Name Type Dims     Name Type Dims     Name Type Dims
         X intg             Z cplx   




 0 syntax errors detected in file complex.f
 4 warnings issued in file complex.f