//makeCell.hoc //this time, makes the savestates for the dentate granule cell. load_file("DGCmorph.hoc") strdef fName objref savestate proc mcVolt() { local voltInput localobj cell // Inputs: // $1 is v_init voltInput = $1 // Makes cell with desired voltage cell = new Cell(voltInput) v_init = voltInput makeSv() // makeSv() makes the savestate for the cell type; the file is labelled with Vm } proc makeSv() { localobj f,sv // Makes a savestate with labels for voltage. // Does not set v_init: that must be declared before calling makeSv() tstop = 1000 init1() // init1 used because no savestate has been made yet while (t