diff liboctave/Sparse.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents f3be83cff153
children faafc2d98b8d
line wrap: on
line diff
--- a/liboctave/Sparse.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/liboctave/Sparse.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -1997,7 +1997,7 @@
   return index (ra_idx (0), ra_idx (1), resize_ok);
 }
 
-// XXX FIXME XXX
+// FIXME
 // Unfortunately numel can overflow for very large but very sparse matrices.
 // For now just flag an error when this happens.
 template <class LT, class RT>