CVODE

Moderator: wwlytton

Post Reply
shahali

CVODE

Post by shahali »

hi.when I use CVODE from neuron main menu Tools/variablestepcontrol
this error comes:
oc>nrniv: Segmentation violation See $NEURONHOME/lib/help/oc.help
near line 105
{isvar()}
^
CVode[0].active1 )
NumericalMethodPanel[0].iscvode )
NumericalMethodPanel[0].isvar )

how can I solve it?
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Post by ted »

Assuming that you are

1. developing this model
2. proceeding in an incremental fashion
3. have been saving your revisions as you go along

then the key to diagnosing the problem is to examine the change that was made between
the "last good version" and the current version that generates the error message. So what
was that change?
Post Reply