mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -1,4 +1,4 @@
|
||||
#include "../src/Core.h"
|
||||
#include <Eigen/Core.h>
|
||||
|
||||
USING_EIGEN_DATA_TYPES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user