From b30d94df7c62fb58e1a208e090ffaba7a08dd37c Mon Sep 17 00:00:00 2001 From: Pierre Alliez Date: Thu, 30 Apr 2009 13:42:12 +0000 Subject: [PATCH] AABB tree (user manual): fix compilation issue. --- AABB_tree/doc_tex/AABB_tree_ref/AABB_tree.tex | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/AABB_tree/doc_tex/AABB_tree_ref/AABB_tree.tex b/AABB_tree/doc_tex/AABB_tree_ref/AABB_tree.tex index fac8f532716..7d290381c20 100644 --- a/AABB_tree/doc_tex/AABB_tree_ref/AABB_tree.tex +++ b/AABB_tree/doc_tex/AABB_tree_ref/AABB_tree.tex @@ -27,13 +27,17 @@ The template parameter \ccc{Traits} stands for a traits class which must be a mo \ccTypes -\ccTypedef{typedef Traits::FT FT;}{Field number type.} +\ccTypedef{typedef Traits::FT FT;} + {Field number type.} \ccGlue -\ccTypedef{typedef Traits::Point_3 Point;}{Type of 3D point.} +\ccTypedef{typedef Traits::Point_3 Point;} + {Type of 3D point.} \ccGlue -\ccTypedef{Primitive}{Type of input primitives.} +\ccTypedef{Primitive} + {Type of input primitives.} \ccGlue -\ccTypedef{Point_and_primitive;}{A pair composed of a Point and a Primitive} +\ccTypedef{Point_and_primitive} + {A pair composed of a Point and a Primitive.} \ccGlue %\ccNestedType{AABB}{some nested types}