Skip to content

Commit

Permalink
Removed Debug if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
maharjun committed Jun 16, 2016
1 parent 667d397 commit ba1e65e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions getResponsibleSpikes/Headers/getRespSpikes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ void getRespSpikes::SimulationClass::ResponsibleSynCalc(void) {
auto currentRange = (CurrentGenSpikeIndex[currEndNeuronInd] < SpikeValidity[currEndNeuronInd].size()) ?
SpikeValidity[currEndNeuronInd][CurrentGenSpikeIndex[currEndNeuronInd]] :
DiscreteRange(0,0);
if (j+StartSpikeListIndex == 1277706) {
j += 1;
j -= 1;
}
if (currentRange.contains(t)) {
if (currSynapse.NStart <= NExc)
CurrentRangeSpikes[currEndNeuronInd].push_back(j + StartSpikeListIndex);
Expand Down

0 comments on commit ba1e65e

Please sign in to comment.