diff system/System.cpp @ 1184:e5a1d815f331 3.0-integration

Merge from the default branch
author Chris Cannam
date Thu, 21 Apr 2016 15:29:30 +0100
parents 6b1af0f05f06 a6929fb9cc77
children 6b847a59d908
line wrap: on
line diff
--- a/system/System.cpp	Fri Apr 15 16:26:15 2016 +0100
+++ b/system/System.cpp	Thu Apr 21 15:29:30 2016 +0100
@@ -325,3 +325,4 @@
 double princarg(double a) { return mod(a + M_PI, -2 * M_PI) + M_PI; }
 float princargf(float a) { return float(princarg(a)); }
 
+