]> www.ginac.de Git - ginac.git/commitdiff
* node assignment was not returning *this.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 11 May 2001 14:14:53 +0000 (14:14 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 11 May 2001 14:14:53 +0000 (14:14 +0000)
check/time_antipode.cpp

index 12ee3db417fe1489d0e40748f528393fd82ba2a6..d716ea24117031c417fbb6ae0a294255ad3ebdb0 100644 (file)
@@ -178,6 +178,7 @@ const node & node::operator=(const node &n)
        delete vert;
        vert = (n.vert)->copy();
        children = n.children;
+       return *this;
 }
 
 void node::add_child(const node &childnode, bool cut)