diff liboctave/CNDArray.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 25c8956d2204
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/CNDArray.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/liboctave/CNDArray.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -494,7 +494,7 @@
   return b;
 }
 
-// XXX FIXME XXX -- this is not quite the right thing.
+// FIXME -- this is not quite the right thing.
 
 bool
 ComplexNDArray::any_element_is_inf_or_nan (void) const
@@ -1026,7 +1026,7 @@
   return is;
 }
 
-// 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) \