From e933497ee44dd67d066befd2e60a5596ec9e8d13 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 2c1731e26c..ea2d94c6cc 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;