aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/Skyline
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/Skyline
parent84c93b048ecab7c22291503e68c47b6e3264fbb0 (diff)
Get rid of include directives inside namespace blocks (bug #339).
Diffstat (limited to 'unsupported/Eigen/Skyline')
-rw-r--r--unsupported/Eigen/Skyline18
1 files changed, 7 insertions, 11 deletions
diff --git a/unsupported/Eigen/Skyline b/unsupported/Eigen/Skyline
index 5247b2eab..c9823f358 100644
--- a/unsupported/Eigen/Skyline
+++ b/unsupported/Eigen/Skyline
@@ -11,15 +11,13 @@
#include <cstring>
#include <algorithm>
-namespace Eigen {
-
- /** \ingroup Unsupported_modules
- * \defgroup Skyline_Module Skyline module
- *
- *
- *
- *
- */
+/** \ingroup Unsupported_modules
+ * \defgroup Skyline_Module Skyline module
+ *
+ *
+ *
+ *
+ */
#include "src/Skyline/SkylineUtil.h"
#include "src/Skyline/SkylineMatrixBase.h"
@@ -28,8 +26,6 @@ namespace Eigen {
#include "src/Skyline/SkylineInplaceLU.h"
#include "src/Skyline/SkylineProduct.h"
-} // namespace Eigen
-
#include "Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_SKYLINE_MODULE_H