Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/higz/hilut.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2  2005/10/28 12:37:57  couet
0006 * - SVG driver, workstation type -779
0007 *
0008 * Revision 1.1.1.1  1996/02/14 13:10:15  mclareni
0009 * Higz
0010 *
0011 *
0012 #ifndef CERNLIB_HIGZ_HILUT_INC
0013 #define CERNLIB_HIGZ_HILUT_INC
0014 *
0015 *
0016 * hilut.inc
0017 *
0018 *CMZ :  1.18/00 23/04/93  17.27.57  by  O.Couet
0019 *-- Author :
0020       PARAMETER (NBCLUT=1024)
0021       COMMON /HILUT/ REDLUT(NBCLUT),GRNLUT(NBCLUT),BLULUT(NBCLUT)
0022 
0023 
0024 #endif