From 6303650cc13e8b59e1cc271993554f5e9dcbda1d Mon Sep 17 00:00:00 2001 From: jriegel Date: Wed, 13 Aug 2014 21:00:15 +0200 Subject: [PATCH] Use default eigen in Approximation... --- src/Mod/Mesh/App/Core/Approximation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Mesh/App/Core/Approximation.cpp b/src/Mod/Mesh/App/Core/Approximation.cpp index 2c1731e26..ea2d94c6c 100644 --- a/src/Mod/Mesh/App/Core/Approximation.cpp +++ b/src/Mod/Mesh/App/Core/Approximation.cpp @@ -52,9 +52,9 @@ namespace ublas = boost::numeric::ublas; extern "C" void LAPACK_DGESV (int const* n, int const* nrhs, double* a, int const* lda, int* ipiv, double* b, int const* ldb, int* info); -#elif defined(FC_USE_EIGEN) -# include + #endif + # include using namespace MeshCore;