added warning: not thread-safe

This commit is contained in:
Michael Hemmer 2007-03-28 11:25:57 +00:00
parent e9013df2ff
commit 769f4dc731
1 changed files with 2 additions and 0 deletions

View File

@ -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