diff liboctave/dMatrix.h @ 2964:0a2551ec7004

[project @ 1997-05-12 07:26:50 by jwe]
author jwe
date Mon, 12 May 1997 07:26:51 +0000
parents 3241d0057e78
children 9580887dd160
line wrap: on
line diff
--- a/liboctave/dMatrix.h	Mon May 12 03:29:38 1997 +0000
+++ b/liboctave/dMatrix.h	Mon May 12 07:26:51 1997 +0000
@@ -171,7 +171,7 @@
 
   // unary operations
 
-  Matrix operator ! (void) const;
+  boolMatrix operator ! (void) const;
 
   // column vector by row vector -> matrix operations