Skip to content

Commit f9c5677

Browse files
authored
fix incorrect debug message (#1248)
1 parent c2620c3 commit f9c5677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nestml_language/synapses_in_nestml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ State variables (in particular, synaptic "trace" variables as often used in plas
7979
tr_pre real = 0
8080
8181
onReceive(post_spikes):
82-
print("Info: processing a presynaptic spike at time t = {t}")
82+
print("Info: processing a postsynaptic spike at time t = {t}")
8383
tr_pre += 1
8484
8585
equations:

0 commit comments

Comments
 (0)