diff liboctave/boolMatrix.h @ 3685:9d8306640373

[project @ 2000-06-28 19:25:02 by jwe]
author jwe
date Wed, 28 Jun 2000 19:25:04 +0000
parents 5eef8a2294bd
children f9ea3dcf58ee
line wrap: on
line diff
--- a/liboctave/boolMatrix.h	Wed Jun 28 18:42:45 2000 +0000
+++ b/liboctave/boolMatrix.h	Wed Jun 28 19:25:04 2000 +0000
@@ -30,6 +30,7 @@
 #include "Array2.h"
 
 #include "mx-defs.h"
+#include "mx-op-defs.h"
 
 class
 boolMatrix : public Array2<bool>
@@ -78,6 +79,8 @@
   boolMatrix (bool *b, int r, int c) : Array2<bool> (b, r, c) { }
 };
 
+MM_CMP_OP_DECLS (boolMatrix, boolMatrix)
+
 #endif
 
 /*