]> www.ginac.de Git - ginac.git/blobdiff - ginac/ex.cpp
* zeta(n,x) is now zetaderiv(n,s)
[ginac.git] / ginac / ex.cpp
index ea4176eea61bf8b7c5e2ee01cf07b5689a7aeb4d..778531129a95e1ad236e3bd85de712245dd1ea70 100644 (file)
@@ -252,7 +252,7 @@ void ex::makewriteable()
 }
 
 /** Share equal objects between expressions.
- *  @see ex::compare(const basic &) */
+ *  @see ex::compare(const ex &) */
 void ex::share(const ex & other) const
 {
        if ((bp->flags | other.bp->flags) & status_flags::not_shareable)