diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2010-05-30 16:00:58 -0400 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2010-05-30 16:00:58 -0400 |
commit | aaaade4b3d66d67d2c08af3372c3965e7255b2e8 (patch) | |
tree | 76dfaefb014333b2f98c6db660454771655ea8b7 /unsupported/test | |
parent | faa3ff3be6a02b57c6cb05edc87375e54ab96606 (diff) |
the Index types change.
As discussed on the list (too long to explain here).
Diffstat (limited to 'unsupported/test')
-rw-r--r-- | unsupported/test/NonLinearOptimization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<lmdif_functor>::lmdif1(functor, x, &nfev); // check return value |