summaryrefslogtreecommitdiff
path: root/libs/qm-dsp/maths/Correlation.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-10-06 00:16:44 +0200
committerRobin Gareus <robin@gareus.org>2016-10-06 00:57:53 +0200
commitf68d2e06bcfb81efda107d3b4c3aa7dbc2d73bc2 (patch)
tree286d5b2b1c3573c2fbfc77b4d29b0b2a6bfa9686 /libs/qm-dsp/maths/Correlation.h
parent2a27cc475867612afd261e5bf3b2a1a42b9c75cc (diff)
update qm-dsp library
Diffstat (limited to 'libs/qm-dsp/maths/Correlation.h')
-rw-r--r--libs/qm-dsp/maths/Correlation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/qm-dsp/maths/Correlation.h b/libs/qm-dsp/maths/Correlation.h
index df2f8e17d4..85fcc7316b 100644
--- a/libs/qm-dsp/maths/Correlation.h
+++ b/libs/qm-dsp/maths/Correlation.h
@@ -18,7 +18,7 @@
#define EPS 2.2204e-016
-class Correlation
+class Correlation
{
public:
void doAutoUnBiased( double* src, double* dst, unsigned int length );
@@ -27,4 +27,4 @@ public:
};
-#endif //
+#endif //