Skip to content

Commit

Permalink
Fix for issue #191.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodbri committed Sep 17, 2013
1 parent 379f815 commit ba81637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v2.0.0-rc3-4-ga9e4b3f develop
v2.0.0-rc3-5-gfb2d74c develop
2 changes: 1 addition & 1 deletion src/trsp/src/GraphDefinition.cpp
Expand Up @@ -594,7 +594,7 @@ bool GraphDefinition::addEdge(edge_t edgeIn)
}
if(newEdge->m_lEndNode > max_node_id)
{
max_node_id = newEdge->m_lEdgeIndex;
max_node_id = newEdge->m_lEndNode;
}

//Searching the start node for connectivity
Expand Down

0 comments on commit ba81637

Please sign in to comment.