diff liboctave/MArray2.h @ 2391:b12625d6fbcd

[project @ 1996-10-12 19:35:37 by jwe]
author jwe
date Sat, 12 Oct 1996 19:43:12 +0000
parents 1b57120c997b
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/MArray2.h
+++ b/liboctave/MArray2.h
@@ -90,6 +90,10 @@
   friend MArray2<T> operator - (const MArray2<T>& a);
 };
 
+extern void
+gripe_nonconformant (const char *op, int op1_nr, int op1_nc,
+		     int op2_nr, int op2_nc);
+
 #define INSTANTIATE_MARRAY2_FRIENDS(T) \
   template MArray2<T>& operator += (MArray2<T>& a, const T& s); \
   template MArray2<T>& operator -= (MArray2<T>& a, const T& s); \