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:
@@ -29,7 +29,7 @@
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
#define EIGEN_INTERNAL_DEBUGGING
|
||||
#include "../src/Core.h"
|
||||
#include <Eigen/Core.h>
|
||||
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
Reference in New Issue
Block a user