mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
20 lines
584 B
Diff
20 lines
584 B
Diff
--- ./Eigen/unsupported/Eigen/CXX11/Tensor 2018-07-23 10:33:42.000000000 +0100
|
|
+++ Tensor 2018-08-28 16:15:56.000000000 +0100
|
|
@@ -25,7 +25,7 @@
|
|
#include <utility>
|
|
#endif
|
|
|
|
-#include <Eigen/src/Core/util/DisableStupidWarnings.h>
|
|
+#include "../../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
|
|
|
#include "../SpecialFunctions"
|
|
#include "src/util/CXX11Meta.h"
|
|
@@ -147,6 +147,6 @@
|
|
|
|
#include "src/Tensor/TensorIO.h"
|
|
|
|
-#include <Eigen/src/Core/util/ReenableStupidWarnings.h>
|
|
+#include "../../../Eigen/src/Core/util/ReenableStupidWarnings.h"
|
|
|
|
//#endif // EIGEN_CXX11_TENSOR_MODULE
|