Mercurial > hg > octave-lyh
diff src/ls-mat5.cc @ 4701:34a740dc31a6
[project @ 2004-01-21 19:55:36 by jwe]
author | jwe |
---|---|
date | Wed, 21 Jan 2004 19:55:37 +0000 |
parents | f6d6335c08f6 |
children | 14dc2267c343 |
line wrap: on
line diff
--- a/src/ls-mat5.cc +++ b/src/ls-mat5.cc @@ -705,8 +705,8 @@ // the appropriate tag. static bool -write_mat5_cell_array (std::ostream& os, Cell& cell, bool mark_as_global, - bool save_as_floats) +write_mat5_cell_array (std::ostream& os, const Cell& cell, + bool mark_as_global, bool save_as_floats) { int nel = cell.nelem ();