Warning, /include/paw/pchtag.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2 1996/03/01 16:50:18 cernlib
0006 * All includes had picked up a completely wrong #if defined(CERNLIB_UNIX), ie.
0007 * the real commons/declarations were missing on non-unix.
0008 *
0009 * Revision 1.1.1.1 1996/03/01 11:38:47 mclareni
0010 * Paw
0011 *
0012 *
0013 #ifndef CERNLIB_PAW_PCHTAG_INC
0014 #define CERNLIB_PAW_PCHTAG_INC
0015 *
0016 *
0017 * pchtag.inc
0018 *
0019 *CMZ : 2.07/02 29/05/95 13.23.39 by O.Couet
0020 *-- Author : O.Couet 26/04/95
0021 PARAMETER (NTAG=100,NCHTAG=32,NCHBIG=512)
0022 CHARACTER*(NCHTAG) CHTAG
0023 CHARACTER*(NCHBIG) CHBIG
0024 COMMON /PCHTAG/ CHTAG(NTAG)
0025 EQUIVALENCE (CHTAG(1),CHBIG)
0026
0027 #endif