Former-commit-id:7fa9dbd5fb
[formerly4bfbdad17d
] [formerly9f8cb727a5
] [formerly7fa9dbd5fb
[formerly4bfbdad17d
] [formerly9f8cb727a5
] [formerly8485b90ff8
[formerly9f8cb727a5
[formerly bf53d06834caa780226121334ac1bcf0534c3f16]]]] Former-commit-id:8485b90ff8
Former-commit-id:40aa780b3d
[formerly33a67cdd82
] [formerly 73930fb29d0c1e91204e76e6ebfdbe757414f319 [formerlya28d70b5c5
]] Former-commit-id: a16a1b4dd44fc344ee709abbe262aeed58a8339b [formerlye5543a0e86
] Former-commit-id:0c25458510
26 lines
772 B
Text
26 lines
772 B
Text
C************************************************************************
|
|
C* ERCMN *
|
|
C* *
|
|
C* This common block contains variables for the ER-library subroutines. *
|
|
C* *
|
|
C** *
|
|
C* Log: *
|
|
C* K. Tyle/GSC 12/96 *
|
|
C* S. Maxwell/GSC 6/97 Documentation changes *
|
|
C************************************************************************
|
|
LOGICAL etmflg
|
|
C*
|
|
COMMON / ERCMN /
|
|
+ ielevl,
|
|
C! Error level
|
|
C! 0 = always logged
|
|
C! 2 = detailed information
|
|
C! 4 = debug information
|
|
+ iebuff,
|
|
C! Output destination
|
|
C! -1 = No output
|
|
C! 0 = Standard output
|
|
C! 1 = Output to buffer
|
|
+ etmflg
|
|
C! Time flag
|
|
C------------------------------------------------------------------------
|