comparison liboctave/MArray2.h @ 4669:334a27c8f453

[project @ 2003-11-26 07:02:42 by jwe]
author jwe
date Wed, 26 Nov 2003 07:02:42 +0000
parents 87c01a296263
children e35b034d3523
comparison
equal deleted inserted replaced
4668:7849788ca4bd 4669:334a27c8f453
78 // may change. 78 // may change.
79 79
80 // MARRAY_OPS_FRIEND_DECLS (MArray2) 80 // MARRAY_OPS_FRIEND_DECLS (MArray2)
81 }; 81 };
82 82
83 extern void
84 gripe_nonconformant (const char *op, int op1_nr, int op1_nc,
85 int op2_nr, int op2_nc);
86
87 #endif 83 #endif
88 84
89 /* 85 /*
90 ;;; Local Variables: *** 86 ;;; Local Variables: ***
91 ;;; mode: C++ *** 87 ;;; mode: C++ ***