diff liboctave/dDiagMatrix.h @ 8811:20dfb885f877

int -> octave_idx fixes
author John W. Eaton <jwe@octave.org>
date Wed, 18 Feb 2009 23:34:03 -0500
parents e3c9102431a9
children c690e3772583
line wrap: on
line diff
--- a/liboctave/dDiagMatrix.h	Wed Feb 18 17:46:07 2009 -0500
+++ b/liboctave/dDiagMatrix.h	Wed Feb 18 23:34:03 2009 -0500
@@ -93,7 +93,7 @@
   ColumnVector column (char *s) const;
 
   DiagMatrix inverse (void) const;
-  DiagMatrix inverse (int& info) const;
+  DiagMatrix inverse (octave_idx_type& info) const;
 
   // other operations