Mercurial > hg > octave-nkf
diff liboctave/so-array.h @ 6867:83619ae96c1d
[project @ 2007-09-06 12:08:44 by dbateman]
author | dbateman |
---|---|
date | Thu, 06 Sep 2007 12:08:45 +0000 |
parents | 0ce71beb1cf3 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/liboctave/so-array.h +++ b/liboctave/so-array.h @@ -82,7 +82,7 @@ boolNDArray all (int dim = -1) const; boolNDArray any (int dim = -1) const; - static octave_idx_type compute_index (Array<int>& ra_idx, + static octave_idx_type compute_index (Array<octave_idx_type>& ra_idx, const dim_vector& dimensions); static std::streamoff resize_fill_value (void) { return 0; }