Skip to content

Commit

Permalink
Stim-triggered waveform cleanup
Browse files Browse the repository at this point in the history
comments, cosmetic
  • Loading branch information
vijayiyer05 committed Dec 30, 2016
1 parent bc7e6fa commit a86807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +spoke/SpikeGrid.m
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@ function zprvUpdateWaveformPlot(obj)
end
end

%Clear oldest partial waveform stored, now that it's plotted
%Clear oldest partial waveforms stored, now that they're plotted
if ~isempty(obj.waveformWrap)
obj.waveformWrap(1) = [];
obj.partialWaveformBuffer(1,:) = [];
Expand Down

0 comments on commit a86807a

Please sign in to comment.