Search found 3 matches
- Tue Apr 30, 2013 2:43 pm
- Forum: Other questions
- Topic: cvode.record problem
- Replies: 6
- Views: 3825
Re: cvode.record problem
Thanks. This makes me more confident in my 7.3 install. I have found that if I delete and recreate the cell between using cvode.record in runs, that cvode.record works as expected. That is, I have a do_cell() which starts with forall delete_section() and then reads in morphology, does channel insert...
- Tue Apr 30, 2013 10:00 am
- Forum: Other questions
- Topic: cvode.record problem
- Replies: 6
- Views: 3825
Re: cvode.record problem
I did not know about the record option on NetCon. Works like a charm. Thanks. I will see if I can narrow down the cvode.record problem a bit more with the non-toy model. The problem occurs on a Win 7 PC with Neuron 7.2. Also on 7.3, 64 bit, but I don't trust my installation--I believe I have a 64 bi...
- Mon Apr 29, 2013 2:59 pm
- Forum: Other questions
- Topic: cvode.record problem
- Replies: 6
- Views: 3825
cvode.record problem
I have a problem with cvode.record that I just can't seem to figure out. I call a proc called arun1() that does a run() and records v and t with cvode.record and then computes some stats with the v and t vector data. If I call the proc once, results are exactly as expected, but if I call it a second...