From bccb169c0bcf857edb94a72698695c32d741a8f2 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 29 Aug 2011 15:14:11 +0000 Subject: [PATCH] CGAL -> \cgal --- Modular_arithmetic/doc_tex/Modular_arithmetic/main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modular_arithmetic/doc_tex/Modular_arithmetic/main.tex b/Modular_arithmetic/doc_tex/Modular_arithmetic/main.tex index bb7e7cfab2d..4925d41bf8c 100644 --- a/Modular_arithmetic/doc_tex/Modular_arithmetic/main.tex +++ b/Modular_arithmetic/doc_tex/Modular_arithmetic/main.tex @@ -40,7 +40,7 @@ of the class, that is, \ccc{CGAL::Residue} is not thread-safe in this case. In case \ccc{CGAL_HAS_THREADS} the implementation of the class is thread safe using \ccc{boost::thread_specific_ptr}. However, this may cause some performance -penalty. Hence, it may be advisable to configure \ccc{CGAL} with +penalty. Hence, it may be advisable to configure \cgal\ with \ccc{CGAL_HAS_NO_THREADS}. \end{ccAdvanced} @@ -68,4 +68,4 @@ The class \ccc{CGAL::Residue} is based on the C-code of Sylvain Pion et. al. as it was presented in \cite{bepp-sdrns-99}. The remaining part of the package is the result of the integration process -of the NumeriX library of \exacus\ \cite{beh+-eeeafcs-05} into CGAL. \ No newline at end of file +of the NumeriX library of \exacus\ \cite{beh+-eeeafcs-05} into \cgal.