File: strings.fcl

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

FTNCHEK Version 3.1 May 2001

File strings.f:
      4       S = '12345678901234567890123456789012345678901234567890123456789012
                                                                                ^
Possibly misleading appearance near line 4 col 73 file strings.f: characters
 past 72 columns
      7       T = '12345678901234567890123456789012345678901234567890123456789012
                                                                                ^
Possibly misleading appearance near line 7 col 73 file strings.f: characters
 past 72 columns
     16      $'12345678901234567890123456789012345678901234567890123456789012'
Error near line 16 file strings.f: parse error, expecting `end of statement'
 (A parse error means that I am not able to make sense of this statement, 
 because your program has broken some rule of Fortran syntax.)

 1 syntax error detected in file strings.f
 2 warnings issued in file strings.f