From feb42986991eca2def800bb786efab85d9dd3841 Mon Sep 17 00:00:00 2001 From: Alexander Kobel Date: Mon, 24 Nov 2014 10:53:16 +0100 Subject: [PATCH] update docstring about largest/initial prime in prime list --- .../include/CGAL/Modular_arithmetic/Residue_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modular_arithmetic/include/CGAL/Modular_arithmetic/Residue_type.h b/Modular_arithmetic/include/CGAL/Modular_arithmetic/Residue_type.h index b8254b1c56f..18f05e7a6fd 100644 --- a/Modular_arithmetic/include/CGAL/Modular_arithmetic/Residue_type.h +++ b/Modular_arithmetic/include/CGAL/Modular_arithmetic/Residue_type.h @@ -45,7 +45,7 @@ std::istream& operator >> (std::istream& is, Residue& p); * * This class uses the type double for representation. * Therefore the value of p is restricted to primes less than 2^26. - * By default p is set to 67111067. + * By default p is set to 67108859. * * It provides the standard operators +,-,*,/ as well as in&output. *