Skip to content

Commit

Permalink
fixup(b89293): cleanup nearby variables too
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser authored and muffgaga committed Jul 24, 2024
1 parent 226e5a2 commit 4dfccfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/correlomatrix_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ nest::correlomatrix_detector::handle( SpikeEvent& e )
{
size_t bin;
decltype( sender ) other = spike_j->receptor_channel_;
long sender_ind, other_ind;
decltype( sender ) sender_ind = 0;
decltype( sender ) other_ind = 0;

if ( spike_i < spike_j->timestep_ )
{
Expand Down

0 comments on commit 4dfccfb

Please sign in to comment.