Diagnosing and fixing non-ASCII characters in a hoc file
Posted: Wed Nov 21, 2007 2:24 pm
Hi Ted,
if I use the first 3 lines of code
that you quoted in
I have no clue what this error means and how to solve it.
With pre.start or pre.interval I obtain the same error, of course, as if the NetStim class wasn't known.
if I use the first 3 lines of code
Code: Select all
objref pre, nc
pre = new NetStim()
pre.noise = 1 // for negexp ISIs
I obtain the following error:How to connect ARTIFICIAL_CELL with real cell
https://www.neuron.yale.edu/phpBB2/viewtopic.php?t=967
(note that the question mark is not from me...)/Applications/NEURON-6.0/nrn/i386/bin/nrniv.app/Contents/MacOS/nrniv: parse error
in main.hoc near line 16
pre.noise = 1? // for negexp ISIs
^
I have no clue what this error means and how to solve it.
With pre.start or pre.interval I obtain the same error, of course, as if the NetStim class wasn't known.