diff src/xpow.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents ec3ffbf9982b
children 3c92b8d892dd
line wrap: on
line diff
--- a/src/xpow.cc
+++ b/src/xpow.cc
@@ -182,7 +182,7 @@
 	  else
 	    {
 	      // Too much copying?
-	      // XXX FIXME XXX -- we shouldn't do this if the exponent is
+	      // FIXME -- we shouldn't do this if the exponent is
 	      // large...
 
 	      Matrix atmp;
@@ -378,7 +378,7 @@
 	  else
 	    {
 	      // Too much copying?
-	      // XXX FIXME XXX -- we shouldn't do this if the exponent is
+	      // FIXME -- we shouldn't do this if the exponent is
 	      // large...
 
 	      ComplexMatrix atmp;
@@ -477,7 +477,7 @@
 //
 //   * -> not needed.
 
-// XXX FIXME XXX -- these functions need to be fixed so that things
+// FIXME -- these functions need to be fixed so that things
 // like
 //
 //   a = -1; b = [ 0, 0.5, 1 ]; r = a .^ b
@@ -875,7 +875,7 @@
 //
 //   * -> not needed.
 
-// XXX FIXME XXX -- these functions need to be fixed so that things
+// FIXME -- these functions need to be fixed so that things
 // like
 //
 //   a = -1; b = [ 0, 0.5, 1 ]; r = a .^ b