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

@@ -1,6 +1,6 @@
// g++ -O3 -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark
#include "src/Core.h"
#include <Eigen/Core.h>
using namespace std;
USING_EIGEN_DATA_TYPES