/***********************************************************************
 * This file is part of the C Meat-Axe                                
 * Written by Michael Ringe <mringe@tiffy.math.rwth-aachen.de>
 * (C) Copyright 1992:	    Lehrstuhl D fuer Mathematik
 *                          RWTH Aachen
 *                          Aachen, Germany
 ***********************************************************************
 * $Source: /usd/mringe/mtx/src/RCS/lattice.h,v $
 * $Revision: 1.10 $
 * $Date: 1994/02/15 10:28:33 $
 ***********************************************************************
 * Global header file for the lattice package
 **********************************************************************/

#define MAXGEN	50	/* Max. number of generators */
#define MAXCF	200	/* Max. number of composition factors */
#define MAXCYCL	30000	/* Max. number of cyclic submodules */
#define MAXDOTL	90000	/* Max. number of dotted lines */
#define MAXNSUB 20000	/* Max. number of submodules */

