diff options
Diffstat (limited to 'rotord/graph.cpp')
| -rw-r--r-- | rotord/graph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/graph.cpp b/rotord/graph.cpp index 57cae92..eedcd88 100644 --- a/rotord/graph.cpp +++ b/rotord/graph.cpp @@ -97,6 +97,7 @@ bool Graph::load(string &filename){ } else cerr << "Rotor: linking parameter input " << i4 << " of node: '" << nodeID << "', cannot find target '" << fromID << "'" << endl; } + nodes[nodeID]->link_params(); xml.popTag(); } } |
