From f90ce73f63134cadc46a4a8d01d4c2c457a42ac3 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Thu, 20 Sep 2012 13:53:53 +0000 Subject: [PATCH] spell dimension the same everywhere --- Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex b/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex index 08673449b01..67b0b56ad35 100644 --- a/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex +++ b/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex @@ -134,9 +134,9 @@ type \ccc{LinearAlgebra}. \subsection{Epick Kernel} -The kernel \ccc{Epick_d}, short for Exact Predicates Inexact Constructions Kernel is an experimental kernel useful when the dimension of the space is known at compile-time. It uses a Cartesian representation and supports construction of points from \ccc{double} coordinates. It provides exact geometric predicates, but inexact geometric constructions. +The kernel \ccc{Epick_d}, short for Exact Predicates Inexact Constructions Kernel is an experimental kernel useful when the dimension of the space is known at compile-time. It uses a Cartesian representation and supports construction of points from \ccc{double} coordinates. It provides exact geometric predicates, but inexact geometric constructions. -Note that it is a rather strict model of the \ccc{Kernel_d} concept. The type of a point is \ccc{Epick_d::Point_d}, \emph{not} \ccc{Point_d>}. +Note that it is a rather strict model of the \ccc{Kernel_d} concept. The type of a point is \ccc{Epick_d::Point_d}, \emph{not} \ccc{Point_d>}. \subsection{Naming conventions}