diff liboctave/base-lu.h @ 5275:23b37da9fd5b

[project @ 2005-04-08 16:07:35 by jwe]
author jwe
date Fri, 08 Apr 2005 16:07:37 +0000
parents e35b034d3523
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/base-lu.h
+++ b/liboctave/base-lu.h
@@ -56,7 +56,7 @@
 protected:
 
   lu_type a_fact;
-  MArray<int> ipvt;
+  MArray<octave_idx_type> ipvt;
 };
 
 #endif