Page 1 of 1
What are the basic requirments to change the source code?
Posted: Sat Jan 05, 2008 8:45 pm
by Keivan
I want to know if I want to change the neuron source code what I must know? and where is the starting point?
Posted: Sun Feb 24, 2008 9:32 am
by hines
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.