File: dcltest.dc5

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 (11 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
C====>Begin Module TEST1                  File dcltest.f                
C---->Makedcls Options: All variables                                   
C
C     Parameter variables
C
      CHARACTER*6         string1
      PARAMETER           (string1 = 'abc123')
      CHARACTER*(6)       string2
      PARAMETER           (string2 = 'xyz789')
C
C====>End Module   TEST1                  File dcltest.f