diff src/ov-bool-mat.h @ 3587:b11f9c33558f

[project @ 2000-02-08 05:54:21 by jwe]
author jwe
date Tue, 08 Feb 2000 05:56:25 +0000
parents 673745c96480
children e8627dc4bdf2
line wrap: on
line diff
--- a/src/ov-bool-mat.h
+++ b/src/ov-bool-mat.h
@@ -89,12 +89,12 @@
   double scalar_value (bool frc_str_conv = false) const
     { return double_value (frc_str_conv); }
 
-  Matrix matrix_value (bool = false) const { return matrix; }
+  Matrix matrix_value (bool = false) const { return Matrix (matrix); }
 
   Complex complex_value (bool = false) const;
 
   ComplexMatrix complex_matrix_value (bool = false) const
-    { return matrix; }
+    { return ComplexMatrix (matrix); }
 
   boolMatrix bool_matrix_value (void) const
     { return matrix; }