From c7e24c5cb15b51feacf5509502f6e04a520c246e Mon Sep 17 00:00:00 2001 From: golosio Date: Mon, 19 Oct 2020 15:20:19 +0200 Subject: [PATCH] Fixed problem with synapse group indexing --- src/spike_buffer.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spike_buffer.cu b/src/spike_buffer.cu index 841629e..0897015 100644 --- a/src/spike_buffer.cu +++ b/src/spike_buffer.cu @@ -423,7 +423,7 @@ int SpikeBufferInit(NetConnection *net_connection, int max_spike_buffer_size) std::vector > rev_connections(n_spike_buffers); for (unsigned int i_conn=0; i_conn=1) { // TEMPORARY, TO BE IMPROVED n_rev_conn++; int target = h_conn_target[i_conn] & PORT_MASK; rev_connections[target].push_back(i_conn);