Skip to content
Snippets Groups Projects
Commit 7dc7afc3 authored by jsiegle's avatar jsiegle
Browse files

Minor changes before merge

parent 19220148
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ void FPGAchannelList::update()
streamActive[k] = false;
streamColumn[k] = 0;
}
int columnWidth =330;
int columnWidth = 330;
for (int k=0; k<numChannels; k++)
{
......
......@@ -822,7 +822,7 @@ void RHD2000Thread::setDefaultChannelNamesAndType()
stream.clear();
gains.clear();
originalChannelNumber.clear();
int aux_counter=1;
int aux_counter = 1;
int channelNumber = 1;
String oldName;
int dummy;
......
......@@ -370,7 +370,7 @@ void GenericProcessor::update()
// ch->setName("ADC"+String(1+i-(numChan-numADC_Chan)));
if (i >= numChan-numADC_Chan)
ch->setName("ADC"+String(1+i-(numChan-numADC_Chan)));
ch->setName("ADC" + String(1+i-(numChan-numADC_Chan)));
if (i >= numChan-numADC_Chan)
ch->setType(ADC_CHANNEL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment