From 769f4dc731c3125d63ecc79501751b3fa1b6692e Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Wed, 28 Mar 2007 11:25:57 +0000 Subject: [PATCH] added warning: not thread-safe --- Modular_arithmetic/doc_tex/Modular_arithmetic_ref/Modular.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modular_arithmetic/doc_tex/Modular_arithmetic_ref/Modular.tex b/Modular_arithmetic/doc_tex/Modular_arithmetic_ref/Modular.tex index 991b93256e1..66b3c742595 100644 --- a/Modular_arithmetic/doc_tex/Modular_arithmetic_ref/Modular.tex +++ b/Modular_arithmetic/doc_tex/Modular_arithmetic_ref/Modular.tex @@ -18,6 +18,8 @@ Since the type is base on double arithmetic the prime is restricted to values less than $2^{26}$. The initial value of $p$ is 67111067. +Note that due to the static prime the type is not thread-safe. + \ccInclude{CGAL/Modular.h} \ccIsModel