Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd committed Nov 22, 2023
1 parent 6add089 commit ea183e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nestkernel/event_delivery_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ EventDeliveryManager::finalize()
recv_buffer_spike_data_.clear();
send_buffer_off_grid_spike_data_.clear();
recv_buffer_off_grid_spike_data_.clear();

}

void
Expand Down Expand Up @@ -661,7 +660,7 @@ EventDeliveryManager::deliver_events_( const size_t tid, const std::vector< Spik
if ( kernel().connection_manager.use_compressed_spikes() )
{
// when compressed, spikes do not have lcid set, so we need to do a lookup here and uncompress
for (auto spike_data :
for ( auto spike_data :
kernel().connection_manager.get_compressed_spike_data( spike_data.get_syn_id(), spike_data.get_lcid() ) )
{
( *spike_recv_register_[ tid ] )[ spike_data.get_tid() ][ spike_data.get_syn_id() ][ spike_data.get_lag() ]
Expand Down

0 comments on commit ea183e8

Please sign in to comment.