changeset 1361:90a897b8bbd3

[project @ 1995-09-05 21:55:23 by jwe]
author jwe
date Tue, 05 Sep 1995 21:55:23 +0000
parents 7eb93d12654c
children f9745982c987
files liboctave/CMatrix.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/CMatrix.h	Tue Sep 05 21:51:54 1995 +0000
+++ b/liboctave/CMatrix.h	Tue Sep 05 21:55:23 1995 +0000
@@ -247,7 +247,7 @@
 
   Matrix operator ! (void) const;
 
-  / matrix by scalar -> matrix operations
+  // matrix by scalar -> matrix operations
 
   friend ComplexMatrix operator + (const Matrix& a, const Complex& s);
   friend ComplexMatrix operator - (const Matrix& a, const Complex& s);