objectvar save_window_, rvp_
objectvar scene_vector_[6]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}

//Begin VariableTimeStep
{
ocbox_ = NumericalMethodPanel[0]
}
{object_push(ocbox_)}
{
atol_ = 0.001  CVode[0].atol(atol_)
restore(412, 1)
 atoltool_ = new AtolTool()
    ats("v", 10)
    ats("vext", 1e-09)
    ats("cai", 0.0001)
    ats("m_hh3", 1)
    ats("h_hh3", 0.1)
    ats("n_hh3", 0.1)
    ats("p_hh3", 0.1)
    ats("q_hh3", 0.1)
    ats("Vector", -1)
 atoltool_.scales()
}
{object_pop()}
{
ocbox_.map("VariableTimeStep", 318, 366, 246.72, 105.6)
}
objref ocbox_
//End VariableTimeStep

objectvar scene_vector_[1]
{doNotify()}