Hi Ted,
Problem solved. Thank you so much!
Best,
Pele
Search found 2 matches
- Mon Aug 01, 2011 11:30 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: mod file compile problem
- Replies: 2
- Views: 2710
- Mon Aug 01, 2011 10:38 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: mod file compile problem
- Replies: 2
- Views: 2710
mod file compile problem
Hi, I am new to Neuron. Currently I am following Chapter11 to build a small network. First, I wrote the mod file named invlfire: NEURON { ARTIFICIAL_CELL IntervalFire RANGE tau, m, invl } PARAMETER { tau = 5 (ms) <1e-9,1e9> invl = 10 (ms) <1e-9,1e9> } ASSIGNED { m minf t0(ms) } INITIAL { minf = 1/(1...