diff liboctave/eigs-base.cc @ 12202:dc72a664ac7a

eigs-base.cc: fix error in change removing HAVE_ARPACK
author John W. Eaton <jwe@octave.org>
date Fri, 28 Jan 2011 14:21:57 -0500
parents 30ca5a0b0e2f
children 72c96de7a403
line wrap: on
line diff
--- a/liboctave/eigs-base.cc	Fri Jan 28 19:50:08 2011 -0500
+++ b/liboctave/eigs-base.cc	Fri Jan 28 14:21:57 2011 -0500
@@ -201,6 +201,8 @@
 static Matrix
 utsolve (const Matrix&, const ColumnVector&, const Matrix&);
 
+#endif
+
 template <class M, class SM>
 static octave_idx_type
 lusolve (const SM& L, const SM& U, M& m)
@@ -3827,7 +3829,6 @@
                              ComplexColumnVector &resid, std::ostream& os,
                              double tol = DBL_EPSILON, bool rvec = false,
                              bool cholB = 0, int disp = 0, int maxit = 300);
-#endif
 
 #ifndef _MSC_VER
 template static octave_idx_type