Warning, /include/paw/pcntwk.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.3 1996/09/13 15:35:24 couet
0006 * - OLD Qp remove
0007 *
0008 * Revision 1.2 1996/03/01 16:50:22 cernlib
0009 * All includes had picked up a completely wrong #if defined(CERNLIB_UNIX), ie.
0010 * the real commons/declarations were missing on non-unix.
0011 *
0012 * Revision 1.1.1.1 1996/03/01 11:38:48 mclareni
0013 * Paw
0014 *
0015 *
0016 #ifndef CERNLIB_PAW_PCNTWK_INC
0017 #define CERNLIB_PAW_PCNTWK_INC
0018 *
0019 * pcntwk.inc
0020 *
0021 CHARACTER*16 CRHOST
0022 COMMON /PCNTWK/ NPASS, IPASS, IMINEV, IMAXEV, MISBYT, NCHAIN,
0023 + NTCONT, IEDONE
0024 COMMON /PCNTW1/ CRHOST
0025 #endif