diff src/pr-output.cc @ 9732:b4fdfee405b5

remove ArrayN<T> + fix nonhom. diag-scalar ops
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 16 Oct 2009 13:12:31 +0200
parents 85dd3a2c9355
children 09da0bd91412
line wrap: on
line diff
--- a/src/pr-output.cc	Fri Oct 16 10:28:26 2009 +0200
+++ b/src/pr-output.cc	Fri Oct 16 13:12:31 2009 +0200
@@ -2661,13 +2661,13 @@
 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);
+  Array<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,
+octave_print_internal (std::ostream& os, const Array<std::string>& nda,
 		       bool pr_as_read_syntax, int /* extra_indent */)
 {
   // FIXME -- this mostly duplicates the code in the