What are the basic requirments to change the source code?
What are the basic requirments to change the source code?
I want to know if I want to change the neuron source code what I must know? and where is the starting point?
For additions that are analogous to something already there, I normally copy
the analogous blocks of code and change
names.
If the change is an additional function, use VERBATIM blocks in mod files and look at nrn/src/ivoc/oc2iv.h and nrn/src/nrniv/nrnoc2iv.h
To see when things are called and what the relevant state is add printf statements.
Ask specific questions.
the analogous blocks of code and change
names.
If the change is an additional function, use VERBATIM blocks in mod files and look at nrn/src/ivoc/oc2iv.h and nrn/src/nrniv/nrnoc2iv.h
To see when things are called and what the relevant state is add printf statements.
Ask specific questions.