// parameters fig3
// adapted from Andrew Davison, The Babraham Institute, 2003.
nmitx = 1 // 1st dimension of mitral cell array
nmity = 1 // 2nd dimension of mitral cell array
nglom = nmitx*nmity // total number of mitral cells
//
ngranx = 0 //nmitx*g2m // 1st dimension of granule cell array
ngrany = 0 //nmitx*1 // 2nd dimension of granule cell array
seed = 4 // seed for random number generator
tstop = 800 // ms // total simulation time
cvode.active(0)
dt = 0.01 //ms