Vector play error
Posted: Mon Aug 17, 2009 12:38 am
Hi,
Does anybody have any idea why the following code is not working anymore in Neuron 7 (Revision 2227) ?
I get the error:
It works perferctly in older versions of Neuron (prior to 7.0) that I've tried.
Thx,
Werner Van Geit
Does anybody have any idea why the following code is not working anymore in Neuron 7 (Revision 2227) ?
Code: Select all
create soma
objref vclamp1, v1
v1 = new Vector(1000000)
soma {
vclamp1 = new SEClamp(.5)
v1.play(&vclamp1.amp1,0.02)
}
tstop = 1000
run()
Code: Select all
NEURON -- VERSION 7.0.0 (2227) 2008-09-22 (2227M)
Duke, Yale, and the BlueBrain Project -- Copyright 1984-2008
See http://www.neuron.yale.edu/credits.html
nrniv: ../nrncvode/netcvode.cpp:3208: virtual void PlayRecordEvent::deliver(double, NetCvode*, NrnThread*): Assertion `nt == plr_->cvode_->nth_' failed.
Aborted
Thx,
Werner Van Geit