c	implicit integer (i-n)
c	implicit real (a-h,r-z)
	implicit logical*1 (o-q)
c
c		These are the dimensions for the full blown
c		M2 simulation program.  Other abbreviation
c		files with some smaller dimension can be used
c		for specific applications other than M2.
c
c		maximum number of cells
	parameter (NUMC = 100)
c		maximum number of faces
	parameter (NUMF = 400)
c		maximum number of groups (logical faces)
	parameter (NUMG = 600)
c		maximum number of radios
	parameter (NUMR = 6000)
c		maximum number of idle radios
	parameter (NUMI = 600)
c		maximum number of mobiles
	parameter (NUMM = 4)
c		maximum number of populations
	parameter (NUMP = 2)
c		maximum number of terrain signal files
	parameter (NUMT = 100)
c		maximum number of x-bins
	parameter (NUMX = 4)
c		maximum number of y-bins
	parameter (NUMY = 4)
c		maximum number of neighbors
	parameter (NUMN = 36)
c		maximum number of output files
	parameter (NUMO = 32)
c		highest channel number
	parameter (NUMH = 700)
c		maximum number of co-channel mobiles in table
	parameter (NUCC = 2)