diff options
author | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2012-04-15 11:06:28 +0100 |
---|---|---|
committer | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2012-04-15 11:06:28 +0100 |
commit | 3c412183b2d4a131239275f440d15677cc5649b0 (patch) | |
tree | 42784a65d3ad0cc4fb912032ecdf9059aad5eb7a /Eigen/PardisoSupport | |
parent | 84c93b048ecab7c22291503e68c47b6e3264fbb0 (diff) |
Get rid of include directives inside namespace blocks (bug #339).
Diffstat (limited to 'Eigen/PardisoSupport')
-rw-r--r-- | Eigen/PardisoSupport | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Eigen/PardisoSupport b/Eigen/PardisoSupport index d11dac171..6585edb74 100644 --- a/Eigen/PardisoSupport +++ b/Eigen/PardisoSupport @@ -9,8 +9,6 @@ #include <unsupported/Eigen/SparseExtra> -namespace Eigen { - /** \ingroup Support_modules * \defgroup PardisoSupport_Module PardisoSupport module * @@ -23,8 +21,6 @@ namespace Eigen { #include "src/PardisoSupport/PardisoSupport.h" -} // namespace Eigen - #include "src/Core/util/ReenableStupidWarnings.h" #endif // EIGEN_PARDISOSUPPORT_MODULE_H |