aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/BVH
diff options
context:
space:
mode:
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