Mercurial > hg > octave-nkf
diff src/oct-stream.cc @ 4874:c69a6a16932b
[project @ 2004-04-22 16:02:25 by jwe]
author | jwe |
---|---|
date | Thu, 22 Apr 2004 16:02:26 +0000 |
parents | 19b8225bdaa2 |
children | 4a796c5fc7a3 |
line wrap: on
line diff
--- a/src/oct-stream.cc +++ b/src/oct-stream.cc @@ -2123,7 +2123,7 @@ int n_vals; int n_elts; const double *data; - Matrix curr_val; + NDArray curr_val; state curr_state; // Must create value cache with values! @@ -2151,7 +2151,7 @@ { octave_value tmp_val = values (val_idx); - curr_val = tmp_val.matrix_value (); + curr_val = tmp_val.array_value (); if (! error_state) {