File: complex.fcl

package info (click to toggle)
ftnchek 3.3.1-7
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,684 kB
  • sloc: ansic: 21,908; fortran: 5,748; yacc: 4,071; sh: 3,035; makefile: 895; lisp: 322; f90: 118; perl: 76
file content (61 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (5)
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
53
54
55
56
57
58
59
60
61

FTNCHEK Version 3.3 November 2004

File complex.f:

      4       a = (12,32)
                ^
Warning near line 4 col 9: cplx const (12,32) truncated to real A
      5       a = (5,-3e5)
                ^
Warning near line 5 col 9: 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.


Warning in module %MAIN: Variables set but never used:
    CC set at line 2
    CD set at line 3
    DE set at line 3

I/O Operations:

     Unit ID Unit No. Access Form Operation   Line
             11         SEQ  FMTD WRITE         6 
           *            SEQ  FMTD PRINT         8 

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   



I/O Operations:

     Unit ID Unit No. Access Form Operation   Line
           *            SEQ  FMTD PRINT        15 

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