diff src/ls-mat5.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 7ba9ad1fec11
children 22e23bee74c8
line wrap: on
line diff
--- a/src/ls-mat5.cc
+++ b/src/ls-mat5.cc
@@ -447,7 +447,7 @@
 	  destLen = tmp[1] + 8;
 	  std::string outbuf (destLen, ' '); 
 
-	  // XXX FIXME XXX -- find a way to avoid casting away const here!
+	  // FIXME -- find a way to avoid casting away const here!
 
 	  int err = uncompress (reinterpret_cast<Bytef *> (const_cast<char *> (outbuf.c_str ())), &destLen, 
 				reinterpret_cast<Bytef *> (inbuf), element_length);
@@ -1661,7 +1661,7 @@
 	  write_mat5_integer_data (os, m.ridx (), - sizeof(int), nnz);
 	  write_mat5_integer_data (os, m.cidx (), - sizeof(int), nc + 1);
 
-	  // XXX FIXME XXX
+	  // FIXME
 	  // Is there a way to easily do without this buffer
 	  NDArray buf (dim_vector (nnz, 1));