diff liboctave/dMatrix.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 34cda7d94c08
children 6b9cec830d72
line wrap: on
line diff
--- a/liboctave/dMatrix.cc
+++ b/liboctave/dMatrix.cc
@@ -166,7 +166,7 @@
     elem (i, i) = a.elem (i, i);
 }
 
-// XXX FIXME XXX -- could we use a templated mixed-type copy function
+// FIXME -- could we use a templated mixed-type copy function
 // here?
 
 Matrix::Matrix (const boolMatrix& a)
@@ -2086,7 +2086,7 @@
   return false;
 }
 
-// XXX FIXME XXX Do these really belong here?  Maybe they should be
+// FIXME Do these really belong here?  Maybe they should be
 // in a base class?
 
 boolMatrix
@@ -2488,7 +2488,7 @@
 {
   Matrix retval;
 
-  // XXX FIXME XXX -- need to check that a, b, and c are all the same
+  // FIXME -- need to check that a, b, and c are all the same
   // size.
 
   // Compute Schur decompositions.
@@ -2531,7 +2531,7 @@
     (*current_liboctave_error_handler) ("unrecoverable error in dtrsyl");
   else
     {
-      // XXX FIXME XXX -- check info?
+      // FIXME -- check info?
   
       retval = -ua*cx*ub.transpose ();
     }
@@ -2582,7 +2582,7 @@
   return retval;
 }
 
-// XXX FIXME XXX -- it would be nice to share code among the min/max
+// FIXME -- it would be nice to share code among the min/max
 // functions below.
 
 #define EMPTY_RETURN_CHECK(T) \