aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-05-12 21:15:17 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-05-12 21:15:17 +0000
commit3eccfd1a783b64c182fad6c3fb947022856b4d8c (patch)
treec8844143fb4aefbd1107c63d829e822dd074dc33 /Eigen/Cholesky
parent4317fad8692eabe09bcafdd88de254deb8e3ea6f (diff)
-fix certain #includes
-fix CMakeLists, public headers weren't getting installed
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index 73b0607d8..448dd506f 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -5,8 +5,8 @@
namespace Eigen {
-#include "Eigen/src/Cholesky/Cholesky.h"
-#include "Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h"
+#include "src/Cholesky/Cholesky.h"
+#include "src/Cholesky/CholeskyWithoutSquareRoot.h"
} // namespace Eigen