diff liboctave/dDiagMatrix.cc @ 8367:445d27d79f4e

support permutation matrix objects
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 04 Dec 2008 08:31:56 +0100
parents 8b1a2555c4e2
children c3f7e2549abb
line wrap: on
line diff
--- a/liboctave/dDiagMatrix.cc
+++ b/liboctave/dDiagMatrix.cc
@@ -387,6 +387,7 @@
   return d;
 }
 
+
 std::ostream&
 operator << (std::ostream& os, const DiagMatrix& a)
 {