]> www.ginac.de Git - ginac.git/commitdiff
* Dox fix.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 14 Oct 2003 00:23:44 +0000 (00:23 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 14 Oct 2003 00:23:44 +0000 (00:23 +0000)
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)