mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
make sure we use the right eigen version
This commit is contained in:
parent
8b4b00d277
commit
bb297abb9e
@ -2,7 +2,7 @@
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <Eigen/Core>
|
||||
#include "eigen_src/Eigen/Core"
|
||||
#include "../../BenchTimer.h"
|
||||
using namespace Eigen;
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <functional>
|
||||
#include <Eigen/Core>
|
||||
#include "eigen_src/Eigen/Core"
|
||||
#include "../../BenchTimer.h"
|
||||
using namespace Eigen;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user