Mercurial > hg > octave-nkf
diff src/pr-output.cc @ 4933:cd58733c326b
[project @ 2004-08-05 16:08:28 by jwe]
author | jwe |
---|---|
date | Thu, 05 Aug 2004 16:08:28 +0000 |
parents | 90f51232d751 |
children | f6b63ff1119b |
line wrap: on
line diff
--- a/src/pr-output.cc +++ b/src/pr-output.cc @@ -2121,8 +2121,7 @@ template <class T> void octave_print_internal (std::ostream& os, const intNDArray<T>& nda, - bool pr_as_read_syntax = false, - int extra_indent = 0) + bool pr_as_read_syntax, int) { // XXX FIXME XXX -- this mostly duplicates the code in the // PRINT_ND_ARRAY macro. @@ -2247,8 +2246,7 @@ template <class T> void -octave_print_internal (std::ostream& os, const octave_int<T>& val, - bool pr_as_read_syntax) +octave_print_internal (std::ostream& os, const octave_int<T>& val, bool) { // XXX FIXME XXX -- we need to handle various formats here...