changeset 45:1e7430a95926

Can use doubles here, following fix in Yeti
author Chris Cannam
date Mon, 24 Dec 2012 23:01:23 +0000
parents 76eed6453a8a
children 00b604d7faf9
files complex.yeti
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/complex.yeti	Mon Dec 24 09:21:12 2012 +0000
+++ b/complex.yeti	Mon Dec 24 23:01:23 2012 +0000
@@ -1,7 +1,7 @@
 
 module complex;
 
-class Complex(float real, float imag)
+class Complex(double real, double imag)
     int getReal()
         real,
     int getImag()