diff src/ov-bool-sparse.h @ 5188:fd90c6df7d52

[project @ 2005-03-03 08:00:25 by jwe]
author jwe
date Thu, 03 Mar 2005 08:00:26 +0000
parents 57077d0ddc8e
children 85b315ad5f7d
line wrap: on
line diff
--- a/src/ov-bool-sparse.h	Thu Mar 03 07:20:32 2005 +0000
+++ b/src/ov-bool-sparse.h	Thu Mar 03 08:00:26 2005 +0000
@@ -113,9 +113,9 @@
 
   boolNDArray bool_array_value (void) const;
 
-  SparseMatrix sparse_matrix_value (void) const;
+  SparseMatrix sparse_matrix_value (bool = false) const;
 
-  SparseComplexMatrix sparse_complex_matrix_value (void) const;
+  SparseComplexMatrix sparse_complex_matrix_value (bool = false) const;
 
   SparseBoolMatrix sparse_bool_matrix_value (void) const
     { return matrix; }