From af743c7613c6485467375604ea14a3e013ef7b5a Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 29 Dec 2004 22:27:52 +0000 Subject: [PATCH] replaced non-ASCII characters --- ginac/normal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ginac/normal.cpp b/ginac/normal.cpp index 2bcba41a..cb7e35ef 100644 --- a/ginac/normal.cpp +++ b/ginac/normal.cpp @@ -84,7 +84,7 @@ static struct _stat_print { #endif -/** Return pointer to first symbol found in expression. Due to GiNaC´s +/** Return pointer to first symbol found in expression. Due to GiNaC's * internal ordering of terms, it may not be obvious which symbol this * function returns for a given expression. * @@ -1519,7 +1519,7 @@ ex lcm(const ex &a, const ex &b, bool check_args) */ /** Compute square-free factorization of multivariate polynomial a(x) using - * Yun´s algorithm. Used internally by sqrfree(). + * Yun's algorithm. Used internally by sqrfree(). * * @param a multivariate polynomial over Z[X], treated here as univariate * polynomial in x. -- 2.44.0