We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2620c3 commit f9c5677Copy full SHA for f9c5677
doc/nestml_language/synapses_in_nestml.rst
@@ -79,7 +79,7 @@ State variables (in particular, synaptic "trace" variables as often used in plas
79
tr_pre real = 0
80
81
onReceive(post_spikes):
82
- print("Info: processing a presynaptic spike at time t = {t}")
+ print("Info: processing a postsynaptic spike at time t = {t}")
83
tr_pre += 1
84
85
equations:
0 commit comments