[Gmp-commit] /home/hgfiles/gmp: Typo.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Dec 17 08:29:26 CET 2009
details: /home/hgfiles/gmp/rev/820e9104dd35
changeset: 13102:820e9104dd35
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Thu Dec 17 08:29:20 2009 +0100
description:
Typo.
diffstat:
mpn/generic/invert.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 535b98be60b3 -r 820e9104dd35 mpn/generic/invert.c
--- a/mpn/generic/invert.c Thu Dec 17 08:03:49 2009 +0100
+++ b/mpn/generic/invert.c Thu Dec 17 08:29:20 2009 +0100
@@ -67,7 +67,7 @@
} else { /* Use approximated inverse; correct the result if needed. */
mp_limb_t e; /* The possible error in the approximate inverse */
- ASSERT ( mpn_invert_itch (n) >= mpn_invertappr_itch (n) )
+ ASSERT ( mpn_invert_itch (n) >= mpn_invertappr_itch (n) );
e = mpn_ni_invertappr (ip, dp, n, scratch);
if (e) { /* Assume the error can only be "0" (no error) or "1". */
More information about the gmp-commit
mailing list