diff src/ov-flt-cx-mat.h @ 7815:a41df65f3f00

Add some single precision test code and fix resulting bugs
author David Bateman <dbateman@free.fr>
date Wed, 28 May 2008 01:03:35 +0200
parents 82be108cc558
children 8b1a2555c4e2
line wrap: on
line diff
--- a/src/ov-flt-cx-mat.h	Mon Jun 02 16:57:45 2008 +0200
+++ b/src/ov-flt-cx-mat.h	Wed May 28 01:03:35 2008 +0200
@@ -96,7 +96,7 @@
 
   bool is_complex_type (void) const { return true; }
 
-  bool is_double_type (void) const { return true; }
+  bool is_single_type (void) const { return true; }
 
   bool is_float_type (void) const { return true; }