diff src/ov-float.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 935be827eaf8
children f00578b495e9
line wrap: on
line diff
--- a/src/ov-float.h	Wed Oct 08 14:10:08 2008 -0400
+++ b/src/ov-float.h	Wed Oct 08 20:00:25 2008 +0200
@@ -159,7 +159,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 ()); }