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,4 +1,4 @@
#include "../src/Core.h"
#include <Eigen/Core.h>
USING_EIGEN_DATA_TYPES