File: error.cmn

package info (click to toggle)
x13as 1.1-b59-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 9,088 kB
  • sloc: fortran: 114,121; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
C-----------------------------------------------------------------------
c     Logical indicator variable for program errors during execution.
C-----------------------------------------------------------------------
      LOGICAL Lfatal
      COMMON /fcnerr/ Lfatal
C-----------------------------------------------------------------------