From dc2c81dd14933b21e0f4bdad8cdd662c8596a6c2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 21 Jan 2014 12:54:34 +0000 Subject: connections working --- NT/src/graph.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'NT/src/graph.cpp') 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 '"<