From 3c412183b2d4a131239275f440d15677cc5649b0 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sun, 15 Apr 2012 11:06:28 +0100 Subject: Get rid of include directives inside namespace blocks (bug #339). --- unsupported/Eigen/BVH | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'unsupported/Eigen/BVH') 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 -- cgit v1.2.3