Skip to content

Commit 66f5a66

Browse files
author
Vanessa Arndorfer
committed
remove second declaration
1 parent fac5152 commit 66f5a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Simulator/Edges/Neuro/AllSTDPSynapses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void AllSTDPSynapses::advanceEdge(BGSIZE iEdg, AllVertices &neurons)
287287
int offIndex = -1; // last spike
288288
while (true) {
289289
// time of the offset post-spike hit
290-
uint64_t t_post = spNeurons.getSpikeHistory(idxPost, offIndex);
290+
t_post = spNeurons.getSpikeHistory(idxPost, offIndex);
291291

292292
// break if no post-spike is found
293293
if (t_post == numeric_limits<unsigned long>::max())

0 commit comments

Comments
 (0)