// fig1cde parameters
// adapted from Andrew Davison, The Babraham Institute, 2003.
nmitx = 20 // 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
seed = 0 // seed for random number generator
thresh = -10 // mV // threshold for detecting spikes
tstop = 500 // ms // total simulation time
cvode.active(0)
dt = 0.025 //ms