diff liboctave/base-aepbal.h @ 9232:7319e4de9e44

Add missing return statement in base-aepbal.h
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 21 May 2009 20:48:37 +0100
parents a5e080076778
children 16f53d29049f
line wrap: on
line diff
--- a/liboctave/base-aepbal.h	Thu May 21 18:30:30 2009 +0100
+++ b/liboctave/base-aepbal.h	Thu May 21 20:48:37 2009 +0100
@@ -50,6 +50,7 @@
       ilo = a.ilo;
       ihi = a.ihi;
       job = a.job;
+      return *this;
     }
 
   MatrixT balanced_matrix (void) const { return balanced_mat; }