diff liboctave/Array.h @ 1561:ffee86c37931

[project @ 1995-10-12 08:08:25 by jwe]
author jwe
date Thu, 12 Oct 1995 08:12:14 +0000
parents 27a03373de41
children dd7d27461567
line wrap: on
line diff
--- a/liboctave/Array.h
+++ b/liboctave/Array.h
@@ -330,6 +330,8 @@
   void resize (int n, int m);
   void resize (int n, int m, const T& val);
 
+  Array2<T>& insert (const Array2<T>& a, int r, int c);
+
 #ifdef HEAVYWEIGHT_INDEXING
   void maybe_delete_elements (idx_vector& i, idx_vector& j);