diff options
Diffstat (limited to 'NT/src/graph.cpp')
| -rw-r--r-- | NT/src/graph.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 '"<<node_id<<"' "<< endl; } |
