Skip to content
Snippets Groups Projects
Commit cdac3cf1 authored by Rachid Mazini's avatar Rachid Mazini
Browse files

Merge branch 'sct-transient-bs' into '21.0-mc16d'

fix mismatch in the SCT Encoder/Decoder settings affecting ID trigger simulation

See merge request !40069
parents 31fd34bc 4cf9b729
No related branches found
No related tags found
1 merge request!40069fix mismatch in the SCT Encoder/Decoder settings affecting ID trigger simulation
......@@ -49,7 +49,6 @@ SCT_RodEncoder::SCT_RodEncoder
m_bsErrs("SCT_ByteStreamErrorsSvc",name),
m_sct_id(nullptr),
m_rodid(0),
m_condensed(false),
m_WriteByteStreamSummary(false),
m_swapModuleId{},
m_singleCondHitNumber(0),
......@@ -61,7 +60,7 @@ SCT_RodEncoder::SCT_RodEncoder
m_trailerNumber(0)
{
declareInterface< ISCT_RodEncoder >( this );
declareProperty("CondensedMode",m_condensed=true);
declareProperty("CondensedMode",m_condensed=false);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment