diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-21 12:54:34 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-21 12:54:34 +0000 |
| commit | dc2c81dd14933b21e0f4bdad8cdd662c8596a6c2 (patch) | |
| tree | 937d2a34c71ce825cc34a690bc12137fd16095e9 /NT/src/graph.cpp | |
| parent | 527de97cfc179420d64c0a66026f3f2b752ce8f7 (diff) | |
connections working
Diffstat (limited to 'NT/src/graph.cpp')
| -rw-r--r-- | NT/src/graph.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp index 3fec39d..87a7b87 100644 --- a/NT/src/graph.cpp +++ b/NT/src/graph.cpp @@ -62,10 +62,7 @@ bool Graph::parse_json(string &data,string &media_path){ // //node.create_links(nodes) //will allow the nodes to be passed into each member of a variable array - for (auto var: node->vars){ - - - } + node->create_connections(nodes); nodes[node_id]=node; } else cerr << "ERROR: duplicate node '"<<node_id<<"' "<< endl; |
