diff src/ov-complex.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 8d7162924bd3
children faafc2d98b8d
line wrap: on
line diff
--- a/src/ov-complex.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/src/ov-complex.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -73,13 +73,13 @@
     retval = scalar;
   else
     {
-      // XXX FIXME XXX -- this doesn't solve the problem of
+      // FIXME -- this doesn't solve the problem of
       //
       //   a = i; a([1,1], [1,1], [1,1])
       //
       // and similar constructions.  Hmm...
 
-      // XXX FIXME XXX -- using this constructor avoids narrowing the
+      // FIXME -- using this constructor avoids narrowing the
       // 1x1 matrix back to a scalar value.  Need a better solution
       // to this problem.