Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
4700:ca3a1d687bba | 4701:34a740dc31a6 |
---|---|
703 | 703 |
704 // Write out cell element values in the cell array to OS, preceded by | 704 // Write out cell element values in the cell array to OS, preceded by |
705 // the appropriate tag. | 705 // the appropriate tag. |
706 | 706 |
707 static bool | 707 static bool |
708 write_mat5_cell_array (std::ostream& os, Cell& cell, bool mark_as_global, | 708 write_mat5_cell_array (std::ostream& os, const Cell& cell, |
709 bool save_as_floats) | 709 bool mark_as_global, bool save_as_floats) |
710 { | 710 { |
711 int nel = cell.nelem (); | 711 int nel = cell.nelem (); |
712 | 712 |
713 for (int i = 0; i < nel; i++) | 713 for (int i = 0; i < nel; i++) |
714 { | 714 { |