diff src/ov-bool-mat.h @ 4901:35bfb4e0b96b

[project @ 2004-06-14 18:33:02 by jwe]
author jwe
date Mon, 14 Jun 2004 18:33:02 +0000
parents e227982af676
children 25c2664861bc
line wrap: on
line diff
--- a/src/ov-bool-mat.h	Tue Jun 08 15:13:22 2004 +0000
+++ b/src/ov-bool-mat.h	Mon Jun 14 18:33:02 2004 +0000
@@ -103,7 +103,7 @@
     { return ComplexMatrix (matrix.matrix_value ( )); }
 
   ComplexNDArray complex_array_value (bool = false) const
-    { return ComplexNDArray (matrix.matrix_value ()); }
+    { return ComplexNDArray (matrix); }
 
   boolMatrix bool_matrix_value (void) const
     { return matrix.matrix_value (); }