diff liboctave/dbleAEPBAL.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/dbleAEPBAL.h
+++ b/liboctave/dbleAEPBAL.h
@@ -66,7 +66,7 @@
   Matrix balanced_mat;
   Matrix balancing_mat;
 
-  int init (const Matrix& a, const std::string& balance_job);
+  octave_idx_type init (const Matrix& a, const std::string& balance_job);
 };
 
 #endif