From: Christian Bauer Date: Tue, 22 Jun 2004 14:36:27 +0000 (+0000) Subject: fixed typos X-Git-Tag: release_1-3-0~60 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=80c7b2bc5bef97dc5b0ca6ab3701ea8992244d88;p=ginac.git fixed typos --- diff --git a/ginac/basic.cpp b/ginac/basic.cpp index 17f265de..725c0ec5 100644 --- a/ginac/basic.cpp +++ b/ginac/basic.cpp @@ -497,7 +497,7 @@ ex basic::eval_indexed(const basic & i) const * (or a subclass) and their indices are compatible. This function is used * internally by simplify_indexed(). * - * @param self First indexed expression; it's base object is *this + * @param self First indexed expression; its base object is *this * @param other Second indexed expression * @return sum of self and other * @see ex::simplify_indexed() */ @@ -509,7 +509,7 @@ ex basic::add_indexed(const ex & self, const ex & other) const /** Multiply an indexed expression with a scalar. This function is used * internally by simplify_indexed(). * - * @param self Indexed expression; it's base object is *this + * @param self Indexed expression; its base object is *this * @param other Numeric value * @return product of self and other * @see ex::simplify_indexed() */ @@ -525,7 +525,7 @@ ex basic::scalar_mul_indexed(const ex & self, const numeric & other) const * and that at least one dummy index has been found. This functions is * used internally by simplify_indexed(). * - * @param self Pointer to first indexed expression; it's base object is *this + * @param self Pointer to first indexed expression; its base object is *this * @param other Pointer to second indexed expression * @param v The complete vector of factors * @return true if the contraction was successful, false otherwise