// parameters fig6
//  adapted from Andrew Davison, The Babraham Institute, 2003.

nmitx        = 1			// 1st dimension of mitral cell array
nmity        = 1 		// 2nd dimension of mitral cell array

ngranx       = 0  //nmitx*g2m	// 1st dimension of granule cell array
ngrany       = 0  //nmitx*1		// 2nd dimension of granule cell array

nipsc	     = 1


seed         = 4		// seed for random number generator

tstop	    = 700	// ms	// total simulation time

cvode.active(0)
dt 	    = 0.01	//ms