From d6961bac52f5aa15d438d77156f9738974fec0e5 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 6 Oct 2004 15:31:03 +0000 Subject: [PATCH] replaced non-ASCII character in exception msg --- ginac/numeric.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index b6c95e01..3130e272 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -1629,7 +1629,7 @@ const numeric binomial(const numeric &n, const numeric &k) } // should really be gamma(n+1)/gamma(k+1)/gamma(n-k+1) or a suitable limit - throw std::range_error("numeric::binomial(): donĀ“t know how to evaluate that."); + throw std::range_error("numeric::binomial(): don't know how to evaluate that."); } -- 2.44.0