make sure we use the right eigen version
This commit is contained in:
parent
8b4b00d277
commit
bb297abb9e
@ -2,7 +2,7 @@
|
|||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Eigen/Core>
|
#include "eigen_src/Eigen/Core"
|
||||||
#include "../../BenchTimer.h"
|
#include "../../BenchTimer.h"
|
||||||
using namespace Eigen;
|
using namespace Eigen;
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <Eigen/Core>
|
#include "eigen_src/Eigen/Core"
|
||||||
#include "../../BenchTimer.h"
|
#include "../../BenchTimer.h"
|
||||||
using namespace Eigen;
|
using namespace Eigen;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user