Mercurial > hg > octave-lojdl
diff src/pr-output.cc @ 4925:90f51232d751
[project @ 2004-08-02 22:09:47 by jwe]
author | jwe |
---|---|
date | Mon, 02 Aug 2004 22:09:47 +0000 |
parents | 35bfb4e0b96b |
children | cd58733c326b |
line wrap: on
line diff
--- a/src/pr-output.cc +++ b/src/pr-output.cc @@ -1997,6 +1997,15 @@ } void +octave_print_internal (std::ostream& os, const std::string& s, + bool pr_as_read_syntax, int extra_indent) +{ + ArrayN<std::string> nda (dim_vector (1, 1), s); + + octave_print_internal (os, nda, pr_as_read_syntax, extra_indent); +} + +void octave_print_internal (std::ostream& os, const ArrayN<std::string>& nda, bool pr_as_read_syntax, int /* extra_indent */) {