Skip to content
Snippets Groups Projects
Commit b8aefc82 authored by System User's avatar System User
Browse files

Re-indentation of every files

parent a06a9d35
No related branches found
No related tags found
1 merge request!2Refactoring of RetrigAO code : Communalisation of copy/pasted portions of code
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -1584,7 +1584,7 @@ void RetrigAO::activate_channel(int p_channel_index, vector<double>& p_channel_w ...@@ -1584,7 +1584,7 @@ void RetrigAO::activate_channel(int p_channel_index, vector<double>& p_channel_w
if(p_channel_wave_form.empty()) if(p_channel_wave_form.empty())
{ {
WARN_STREAM<<"No waveform is saved in database for channel " << p_channel_index << ", using a default one"<<endl; WARN_STREAM<<"No waveform is saved in database for channel " << p_channel_index << ", using a default one"<<endl;
m_config.set_channel_periodic_data(0, p_default_waveform); m_config.set_channel_periodic_data(p_channel_index, p_default_waveform);
} }
else if(p_channel_wave_form.size() != bufferDepth) else if(p_channel_wave_form.size() != bufferDepth)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment