diff liboctave/dbleSCHUR.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/dbleSCHUR.h	Thu Apr 07 21:51:37 2005 +0000
+++ b/liboctave/dbleSCHUR.h	Fri Apr 08 16:07:37 2005 +0000
@@ -64,7 +64,7 @@
 
   friend std::ostream& operator << (std::ostream& os, const SCHUR& a);
 
-  typedef int (*select_function) (const double&, const double&);
+  typedef octave_idx_type (*select_function) (const double&, const double&);
 
 private:
 
@@ -73,7 +73,7 @@
 
   select_function selector;
 
-  int init (const Matrix& a, const std::string& ord, bool calc_unitary);
+  octave_idx_type init (const Matrix& a, const std::string& ord, bool calc_unitary);
 };
 
 #endif