diff liboctave/dDiagMatrix.h @ 2385:170053c0f75e

[project @ 1996-10-12 18:23:01 by jwe]
author jwe
date Sat, 12 Oct 1996 18:24:33 +0000
parents 1b57120c997b
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/dDiagMatrix.h
+++ b/liboctave/dDiagMatrix.h
@@ -55,8 +55,8 @@
       return *this;
     }
 
-  int operator == (const DiagMatrix& a) const;
-  int operator != (const DiagMatrix& a) const;
+  bool operator == (const DiagMatrix& a) const;
+  bool operator != (const DiagMatrix& a) const;
 
   DiagMatrix& fill (double val);
   DiagMatrix& fill (double val, int beg, int end);