Mercurial > hg > octave-avbm
diff src/pr-output.h @ 3215:bc3fdfe311a3
[project @ 1998-11-10 14:06:21 by jwe]
author | jwe |
---|---|
date | Tue, 10 Nov 1998 14:12:07 +0000 (1998-11-10) |
parents | 53529870701e |
children | d14c483b3c12 |
line wrap: on
line diff
--- a/src/pr-output.h +++ b/src/pr-output.h @@ -30,6 +30,7 @@ class ComplexMatrix; class Matrix; class Range; +class boolMatrix; class charMatrix; extern void @@ -56,10 +57,15 @@ int extra_indent = 0); extern void +octave_print_internal (ostream& os, const boolMatrix& m, + bool pr_as_read_syntax = false, + int extra_indent = 0); + +extern void octave_print_internal (ostream& os, const charMatrix& chm, bool pr_as_read_syntax = false, - bool pr_as_string = false, - int extra_indent = 0); + int extra_indent = 0, + bool pr_as_string = false); #endif