Small tweaks to System Fusion for later.

This commit is contained in:
Jonathan Naylor
2016-02-24 07:30:26 +00:00
parent e0e1844aa5
commit bf8c4b2fd2
2 changed files with 11 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ m_dp(NULL)
{
m_metrics1 = new uint16_t[16U];
m_metrics2 = new uint16_t[16U];
m_decisions = new uint64_t[100U];
m_decisions = new uint64_t[360U];
}
CYSFConvolution::~CYSFConvolution()