From a879f37ff944cd7bf502f4e3520b7da3d8faf39b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 22 Jan 2014 14:28:34 +0000 Subject: variable arrays working correctly --- NT/src/graph.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'NT/src/graph.cpp') diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp index 65bd6c8..f774528 100644 --- a/NT/src/graph.cpp +++ b/NT/src/graph.cpp @@ -68,9 +68,8 @@ 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 + node->create_connections(nodes); nodes[node_id]=node; - nodes[node_id]->create_connections(nodes); - } else cerr << "ERROR: duplicate node '"<