mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Small tweaks to System Fusion for later.
This commit is contained in:
parent
e0e1844aa5
commit
bf8c4b2fd2
2 changed files with 11 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue