Skip to content
Snippets Groups Projects
Commit 0d7efdf5 authored by wierenga's avatar wierenga
Browse files

BugID: 708

Size of cross correlation stats register is dependent on number of configured BLPs
parent a98ffab7
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,8 @@ CacheBuffer::CacheBuffer(Cache* cache) : m_cache(cache)
m_xcstats().resize(MEPHeader::N_POL,
MEPHeader::N_POL,
MEPHeader::N_TOTAL_XLETS,
MEPHeader::N_TOTAL_XLETS);
StationSettings::instance()->nrBlps(),
StationSettings::instance()->nrBlps());
m_xcstats() = complex<double>(0,0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment