Former-commit-id:7fa9dbd5fb
[formerly4bfbdad17d
] [formerly9f8cb727a5
] [formerly8485b90ff8
[formerly9f8cb727a5
[formerly bf53d06834caa780226121334ac1bcf0534c3f16]]] Former-commit-id:8485b90ff8
Former-commit-id: 73930fb29d0c1e91204e76e6ebfdbe757414f319 [formerlya28d70b5c5
] Former-commit-id:33a67cdd82
18 lines
794 B
Text
18 lines
794 B
Text
C************************************************************************
|
|
C* GBUFF.CMN - UNIX version *
|
|
C* *
|
|
C* This common area holds the large buffer used by the GPLT task. The *
|
|
C* size of the buffer is stored in the GEMPLT parameter file. *
|
|
C* *
|
|
C* Variables: *
|
|
C* MBCHNA INTEGER Mailbox GPLT channel number *
|
|
C* JRTYPE INTEGER Message type to read *
|
|
C* JWTYPE INTEGER Message type to write *
|
|
C* IGBUFF (IGBSIZ) INTEGER Buffer *
|
|
C** *
|
|
C* Log: *
|
|
C* M. desJardins/GSFC 4/85 *
|
|
C* M. desJardins/GSFC 7/91 UNIX version *
|
|
C************************************************************************
|
|
COMMON /GBUFF/ mbchna, jrtype, jwtype, igbuff ( IGBSIZ )
|
|
C------------------------------------------------------------------------
|