[seed] [mpfr] Fixed wrong function name in exception



commit 013123ce3fc5d75c56070ea624e192609be6b7fe
Author: Matt ARSENAULT <arsenm2 rpi edu>
Date:   Sun Jul 5 19:07:25 2009 -0400

    [mpfr] Fixed wrong function name in exception

 modules/mpfr/seed-mpfr-trig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/mpfr/seed-mpfr-trig.c b/modules/mpfr/seed-mpfr-trig.c
index b87f9cf..9cdb7e2 100644
--- a/modules/mpfr/seed-mpfr-trig.c
+++ b/modules/mpfr/seed-mpfr-trig.c
@@ -1205,7 +1205,7 @@ SeedValue seed_mpfr_hypot (SeedContext ctx,
     }
     else
     {
-        TYPE_EXCEPTION("mpfr.agm", "mpfr_t");
+        TYPE_EXCEPTION("mpfr.hypot", "mpfr_t");
     }
 
     ret = mpfr_hypot(rop, op1, op2, rnd);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]