Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/paw/pawchn.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:49:56  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:48  mclareni
0010 * Paw
0011 *
0012 *
0013 #ifndef CERNLIB_PAW_PAWCHN_INC
0014 #define CERNLIB_PAW_PAWCHN_INC
0015 *
0016 *
0017 * pawchn.inc
0018 *
0019 *CMZ :  2.02/01 10/05/93  00.52.38  by  Fons Rademakers
0020 *-- Author :    Fons Rademakers   13/04/93
0021       LOGICAL         CHAIN
0022       CHARACTER*128   CFILE
0023       COMMON /PAWCHN/ CHAIN, NCHEVT, ICHEVT
0024       COMMON /PAWCHC/ CFILE
0025 *
0026       CHARACTER*80    CURCHN
0027       COMMON /PAWCH2/ CURCHN
0028 *
0029       LOGICAL         CHNXMT
0030       COMMON /PAWCH3/ CHNXMT
0031 *
0032 
0033 #endif