From: Christian Bauer Date: Wed, 29 Dec 2004 22:27:52 +0000 (+0000) Subject: replaced non-ASCII characters X-Git-Tag: release_1-4-0~201 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=af743c7613c6485467375604ea14a3e013ef7b5a;p=ginac.git replaced non-ASCII characters --- 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.