diff liboctave/base-lu.cc @ 9697:51c17bd18563

omission in base-lu::unpack
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 06 Oct 2009 08:22:56 +0200
parents 50db3c5175b5
children 9f27172fbd1e
line wrap: on
line diff
--- a/liboctave/base-lu.cc	Mon Oct 05 20:29:48 2009 -0700
+++ b/liboctave/base-lu.cc	Tue Oct 06 08:22:56 2009 +0200
@@ -50,6 +50,7 @@
     {
       l_fact = L ();
       a_fact = U (); // FIXME: sub-optimal
+      ipvt = getp ();
     }
 }