Added files to index. Former-commit-id:7324dcd368
[formerlye3d3629375
] [formerlycf1383a412
] [formerlybeae8e7e59
[formerlycf1383a412
[formerly 874ae116e412c39b73dc3cc74ee3f3a3b02d82f7]]] Former-commit-id:beae8e7e59
Former-commit-id: c8669b5ab7910607c5f11760fd75aaf1865a062e [formerlye1fc0b48c1
] Former-commit-id:49dfa99cc5
26 lines
772 B
Text
Executable file
26 lines
772 B
Text
Executable file
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------------------------------------------------------------------------
|