rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>

in the examples instead of ugly things like #include"../../src/Core.h"
This commit is contained in:
Benoit Jacob
2007-12-20 21:25:13 +00:00
parent 647a817b2e
commit a52c74095f
43 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
#include <QtTest/QtTest>
#define EIGEN_INTERNAL_DEBUGGING
#include "../src/Core.h"
#include <Eigen/Core.h>
#include <cstdlib>
#include <ctime>