diff liboctave/boolMatrix.cc @ 3685:9d8306640373

[project @ 2000-06-28 19:25:02 by jwe]
author jwe
date Wed, 28 Jun 2000 19:25:04 +0000
parents d14c483b3c12
children 7c8e3c42ed04
line wrap: on
line diff
--- a/liboctave/boolMatrix.cc	Wed Jun 28 18:42:45 2000 +0000
+++ b/liboctave/boolMatrix.cc	Wed Jun 28 19:25:04 2000 +0000
@@ -187,6 +187,8 @@
   return retval;
 }
 
+MM_CMP_OPS(boolMatrix, , boolMatrix, )
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***