diff options
author | Hauke Heibel <hauke.heibel@gmail.com> | 2010-06-20 15:52:34 +0200 |
---|---|---|
committer | Hauke Heibel <hauke.heibel@gmail.com> | 2010-06-20 15:52:34 +0200 |
commit | e402d34407226d9c2c5dfc14ef5d6dbf53ee3c8e (patch) | |
tree | bd16ef72ebb99ed858590b1dc2c16174e9a30dd3 /unsupported/test | |
parent | 75487088486b7937664904cfb0abf0f8f9c56a26 (diff) |
More Index realted warnings.
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 cb70f2a74..851c534f6 100644 --- a/unsupported/test/NonLinearOptimization.cpp +++ b/unsupported/test/NonLinearOptimization.cpp @@ -447,7 +447,7 @@ struct lmstr_functor : Functor<double> } return 0; } - int df(const VectorXd &x, VectorXd &jac_row, int rownb) + int df(const VectorXd &x, VectorXd &jac_row, VectorXd::Index rownb) { assert(x.size()==3); assert(jac_row.size()==x.size()); |