Skip to content
Snippets Groups Projects
Commit 537ada34 authored by Riccardo Longo's avatar Riccardo Longo
Browse files

Merge branch 'ConfigUpdate2021' into 'master'

Updated config file. Removed PrintMap statement in RPD.cpp that caused crash when RPD was off.

See merge request !5
parents 630bfe6f 30fa4d70
No related branches found
No related tags found
1 merge request!5Updated config file. Removed PrintMap statement in RPD.cpp that caused crash when RPD was off.
......@@ -122,8 +122,7 @@ void RPD::LoadElements( std::vector < Channel* > _elements, int _runNumber){
}
}
std::cout << std::endl << GetName() << " object created with " << m_nRows << " rows and " << m_nColumns << " columns" << std::endl;
PrintMap();
}
......
This diff is collapsed.
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