aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/Splines
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/Splines
parent84c93b048ecab7c22291503e68c47b6e3264fbb0 (diff)
Get rid of include directives inside namespace blocks (bug #339).
Diffstat (limited to 'unsupported/Eigen/Splines')
-rw-r--r--unsupported/Eigen/Splines6
1 files changed, 0 insertions, 6 deletions
diff --git a/unsupported/Eigen/Splines b/unsupported/Eigen/Splines
index 362274157..33769b0e4 100644
--- a/unsupported/Eigen/Splines
+++ b/unsupported/Eigen/Splines
@@ -37,16 +37,10 @@ namespace Eigen
* #include <unsupported/Eigen/Splines>
* \endcode
*/
-//@{
}
#include "src/Splines/SplineFwd.h"
#include "src/Splines/Spline.h"
#include "src/Splines/SplineFitting.h"
-namespace Eigen
-{
-//@}
-}
-
#endif // EIGEN_SPLINES_MODULE_H