diff liboctave/Array.h @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 6e9a14b3c299
children c20eb7330d13
line wrap: on
line diff
--- a/liboctave/Array.h
+++ b/liboctave/Array.h
@@ -302,7 +302,7 @@
   T xelem (const Array<int>& ra_idx) const
     { return xelem (compute_index (ra_idx)); }
 
-  // XXX FIXME XXX -- would be nice to fix this so that we don't
+  // FIXME -- would be nice to fix this so that we don't
   // unnecessarily force a copy, but that is not so easy, and I see no
   // clean way to do it.