aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/KroneckerProduct
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2012-04-15 11:06:28 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2012-04-15 11:06:28 +0100
commit3c412183b2d4a131239275f440d15677cc5649b0 (patch)
tree42784a65d3ad0cc4fb912032ecdf9059aad5eb7a /unsupported/Eigen/KroneckerProduct
parent84c93b048ecab7c22291503e68c47b6e3264fbb0 (diff)
Get rid of include directives inside namespace blocks (bug #339).
Diffstat (limited to 'unsupported/Eigen/KroneckerProduct')
-rw-r--r--unsupported/Eigen/KroneckerProduct4
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/Eigen/KroneckerProduct b/unsupported/Eigen/KroneckerProduct
index 291c7fabc..796e386ad 100644
--- a/unsupported/Eigen/KroneckerProduct
+++ b/unsupported/Eigen/KroneckerProduct
@@ -17,10 +17,10 @@ namespace Eigen {
* \endcode
*/
-#include "src/KroneckerProduct/KroneckerTensorProduct.h"
-
} // namespace Eigen
+#include "src/KroneckerProduct/KroneckerTensorProduct.h"
+
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_KRONECKER_PRODUCT_MODULE_H