Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/hbook/hcvers.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2  1998/11/10 09:20:08  couet
0006 * - common HCVERC added to store the date with the millenium
0007 *
0008 * Revision 1.1.1.1  1996/01/16 17:07:51  mclareni
0009 * First import
0010 *
0011 *
0012 #ifndef CERNLIB_HBOOK_HCVERS_INC
0013 #define CERNLIB_HBOOK_HCVERS_INC
0014 *
0015 *
0016 * hcvers.inc
0017 *
0018 *-- Author : Rene Brun 
0019       INTEGER       INSTAL(20),IVERS(5),IDATE(8)
0020       CHARACTER*10  CHDATE
0021       COMMON/HCVERS/INSTAL,IVERS,IDATE
0022       COMMON/HCVERC/CHDATE
0023 *
0024 #endif