mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
update qm-dsp library
This commit is contained in:
parent
2a27cc4758
commit
f68d2e06bc
100 changed files with 58968 additions and 55091 deletions
|
|
@ -34,7 +34,7 @@ double CosineDistance::distance(const vector<double> &v1,
|
|||
}
|
||||
else
|
||||
{
|
||||
for(unsigned int i=0; i<v1.size(); i++)
|
||||
for(int i=0; i<v1.size(); i++)
|
||||
{
|
||||
dSum1 += v1[i]*v2[i];
|
||||
dDen1 += v1[i]*v1[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue