mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
Guard against repeated definition of EIGEN_MPL2_ONLY
This commit is contained in:
parent
facc4e4536
commit
85928e5f47
@ -7,7 +7,9 @@
|
|||||||
// Public License v. 2.0. If a copy of the MPL was not distributed
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
#ifndef EIGEN_MPL2_ONLY
|
||||||
#define EIGEN_MPL2_ONLY
|
#define EIGEN_MPL2_ONLY
|
||||||
|
#endif
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <Eigen/SparseCore>
|
#include <Eigen/SparseCore>
|
||||||
#include <Eigen/SparseLU>
|
#include <Eigen/SparseLU>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user