File: error.cmn

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