From 0f8e692b3f5edcab61d586d0a996a2e30bbb68a2 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 1 Apr 2009 14:07:38 +0000 Subject: * Find SuperLU also when it is installed without a superlu/ prefix * Some more CoeffReturnType changes --- Eigen/Sparse | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Eigen/Sparse') diff --git a/Eigen/Sparse b/Eigen/Sparse index 536c28454..6de24d34d 100644 --- a/Eigen/Sparse +++ b/Eigen/Sparse @@ -46,21 +46,21 @@ #ifdef EIGEN_SUPERLU_SUPPORT typedef int int_t; - #include "superlu/slu_Cnames.h" - #include "superlu/supermatrix.h" - #include "superlu/slu_util.h" + #include "slu_Cnames.h" + #include "supermatrix.h" + #include "slu_util.h" namespace SuperLU_S { - #include "superlu/slu_sdefs.h" + #include "slu_sdefs.h" } namespace SuperLU_D { - #include "superlu/slu_ddefs.h" + #include "slu_ddefs.h" } namespace SuperLU_C { - #include "superlu/slu_cdefs.h" + #include "slu_cdefs.h" } namespace SuperLU_Z { - #include "superlu/slu_zdefs.h" + #include "slu_zdefs.h" } namespace Eigen { struct SluMatrix; } #endif -- cgit v1.2.3