diff system/System.cpp @ 1206:659372323b45 tony-2.0-integration

Merge latest SV 3.0 branch code
author Chris Cannam
date Fri, 19 Aug 2016 15:58:57 +0100
parents e5a1d815f331
children 6b847a59d908
line wrap: on
line diff
--- a/system/System.cpp	Tue Oct 20 12:54:06 2015 +0100
+++ b/system/System.cpp	Fri Aug 19 15:58:57 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)); }
 
+