Skip to content
Snippets Groups Projects
Commit 5178a54b authored by jsiegle's avatar jsiegle
Browse files

Commit before switching branches

parent a5b2e553
Branches
Tags
No related merge requests found
...@@ -74,7 +74,7 @@ void SpikeDisplayCanvas::initializeSpikePlots(){ ...@@ -74,7 +74,7 @@ void SpikeDisplayCanvas::initializeSpikePlots(){
xBuffer + i%nCols * (plotWidth + xBuffer) , xBuffer + i%nCols * (plotWidth + xBuffer) ,
yBuffer + rowCount * (plotHeight + yBuffer), yBuffer + rowCount * (plotHeight + yBuffer),
plotWidth, plotWidth,
plotHeight, ""); plotHeight, ""); // deprecated conversion from string constant to char
plots.push_back(p); plots.push_back(p);
if (i%nCols == nCols-1) if (i%nCols == nCols-1)
rowCount++; rowCount++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment