File: ARCInclude

package info (click to toggle)
pgplot5 5.2-13
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 6,280 kB
  • ctags: 5,903
  • sloc: fortran: 37,938; ansic: 18,809; sh: 1,147; objc: 532; makefile: 363; perl: 234; pascal: 233; tcl: 178; awk: 51; csh: 25
file content (11 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
C        code added in to the main source to make the PGPlot library
      INCLUDE 'SYS_ARC.f77.GRArchi'
C        add graphics drivers
      INCLUDE 'SYS_ARC.f77.GRexecAC'
      INCLUDE 'SYS_ARC.f77.ACDriver'
      INCLUDE 'SYS_ARC.f77.NUDriver'
      INCLUDE 'SYS_ARC.f77.PSDriver'
C       add GRsyxd without INTEGER*2
      INCLUDE 'SYS_ARC.f77.GRsyxd'
C       add GRTRIM which does not fall over compiler bug
      INCLUDE 'SYS_ARC.f77.GRtrim'