From 2b9f1106398179c7a6c4f5dfa1baf238ca72392b Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Sun, 9 Aug 2009 01:12:14 +0200 Subject: actually use eigen include file --- unsupported/test/NonLinear.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/unsupported/test/NonLinear.cpp b/unsupported/test/NonLinear.cpp index 972c57c2d..3f8562841 100644 --- a/unsupported/test/NonLinear.cpp +++ b/unsupported/test/NonLinear.cpp @@ -5,10 +5,7 @@ #include "main.h" - -#include -#include - +#include int fcn_chkder(int /*m*/, int /*n*/, const double *x, double *fvec, double *fjac, int ldfjac, int iflag) { @@ -465,7 +462,6 @@ void testHybrj() -0.665792, -0.5960342, -0.4164121 }; for (j=1; j<=n; j++) VERIFY_IS_APPROX(x[j-1], x_ref[j-1]); - printf("\n"); } int fcn_hybrd1(void * /*p*/, int n, const double *x, double *fvec, int /*iflag*/) -- cgit v1.2.3