From aaaade4b3d66d67d2c08af3372c3965e7255b2e8 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 30 May 2010 16:00:58 -0400 Subject: the Index types change. As discussed on the list (too long to explain here). --- unsupported/test/NonLinearOptimization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/test/NonLinearOptimization.cpp') diff --git a/unsupported/test/NonLinearOptimization.cpp b/unsupported/test/NonLinearOptimization.cpp index 3867c316e..0a609f750 100644 --- a/unsupported/test/NonLinearOptimization.cpp +++ b/unsupported/test/NonLinearOptimization.cpp @@ -558,7 +558,7 @@ void testLmdif1() // do the computation lmdif_functor functor; - int nfev; + DenseIndex nfev; info = LevenbergMarquardt::lmdif1(functor, x, &nfev); // check return value -- cgit v1.2.3