diff src/ov-bool.h @ 8202:cf59d542f33e

replace all TODOs and XXXs with FIXMEs
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 08 Oct 2008 20:00:25 +0200
parents 9d080df0c843
children c777f3ce02d8
line wrap: on
line diff
--- a/src/ov-bool.h
+++ b/src/ov-bool.h
@@ -158,7 +158,7 @@
   SparseMatrix sparse_matrix_value (bool = false) const
     { return SparseMatrix (Matrix (1, 1, scalar)); }
 
-  // XXX FIXME XXX Need SparseComplexMatrix (Matrix) constructor!!!
+  // FIXME Need SparseComplexMatrix (Matrix) constructor!!!
   SparseComplexMatrix sparse_complex_matrix_value (bool = false) const
     { return SparseComplexMatrix (sparse_matrix_value ()); }