diff src/pr-output.h @ 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 d865363208d6
children cd96d29c5efa
line wrap: on
line diff
--- a/src/pr-output.h	Fri Oct 16 10:28:26 2009 +0200
+++ b/src/pr-output.h	Fri Oct 16 13:12:31 2009 +0200
@@ -28,7 +28,7 @@
 
 #include "oct-cmplx.h"
 
-template <typename T> class ArrayN;
+template <typename T> class Array;
 class ComplexMatrix;
 class FloatComplexMatrix;
 class ComplexDiagMatrix;
@@ -171,7 +171,7 @@
 		       int extra_indent = 0);
 
 extern OCTINTERP_API void
-octave_print_internal (std::ostream& os, const ArrayN<std::string>& sa,
+octave_print_internal (std::ostream& os, const Array<std::string>& sa,
 		       bool pr_as_read_syntax = false,
 		       int extra_indent = 0);