File: fmain.f

package info (click to toggle)
libcgns 2.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,740 kB
  • ctags: 4,493
  • sloc: ansic: 46,717; fortran: 1,341; sh: 368; makefile: 259
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
      program fmain
      integer*4 i,j
      character*32 string
      i = 1
      j = 3
      string = 'string'
      call cg_sub(i,string,j)
      call adfsub(i,string,j)
      stop
      end