We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505cac8 commit 6dd755dCopy full SHA for 6dd755d
manual.lyx
@@ -51,7 +51,7 @@ Lagrange C++ Manual
51
52
\begin_layout Author
53
Stephen A.
54
- Smith
+ Smith and Richard Ree
55
\end_layout
56
57
\begin_layout Part
node.cpp
@@ -242,6 +242,8 @@ int Node::getChildCount(){
242
}
243
244
void Node::assocObject(string name,NodeObject & obj){
245
+ if(assoc.count(name) > 0) //take this out if doesn't work
246
+ delete assoc[name];
247
assoc[name] = obj.clone();
248
249
0 commit comments