aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/BVH
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/BVH
parent84c93b048ecab7c22291503e68c47b6e3264fbb0 (diff)
Get rid of include directives inside namespace blocks (bug #339).
Diffstat (limited to 'unsupported/Eigen/BVH')
-rw-r--r--unsupported/Eigen/BVH5
1 files changed, 2 insertions, 3 deletions
diff --git a/unsupported/Eigen/BVH b/unsupported/Eigen/BVH
index f307da2f7..d50b2bdab 100644
--- a/unsupported/Eigen/BVH
+++ b/unsupported/Eigen/BVH
@@ -97,8 +97,9 @@ namespace Eigen {
* The following is a simple but complete example for how to use the BVH to accelerate the search for a closest red-blue point pair:
* \include BVH_Example.cpp
* Output: \verbinclude BVH_Example.out
-
*/
+}
+
//@{
#include "src/BVH/BVAlgorithms.h"
@@ -106,6 +107,4 @@ namespace Eigen {
//@}
-}
-
#endif // EIGEN_BVH_MODULE_H