File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,23 +31,23 @@ int main() {
3131 CXXGraph::Node<int > node3 (" 3" , 3 );
3232
3333 CXXGraph::DirectedWeightedEdge<int > edge1 (
34- 1 , node1, node2,
34+ " 1 " , node1, node2,
3535 norm (points_vector.at (node1.getData ()),
3636 points_vector.at (node2.getData ())));
3737 CXXGraph::DirectedWeightedEdge<int > edge2 (
38- 2 , node2, node3,
38+ " 2 " , node2, node3,
3939 norm (points_vector.at (node2.getData ()),
4040 points_vector.at (node3.getData ())));
4141 CXXGraph::DirectedWeightedEdge<int > edge3 (
42- 3 , node1, node3,
42+ " 3 " , node1, node3,
4343 norm (points_vector.at (node1.getData ()),
4444 points_vector.at (node3.getData ())));
4545 CXXGraph::DirectedWeightedEdge<int > edge4 (
46- 4 , node0, node1,
46+ " 4 " , node0, node1,
4747 norm (points_vector.at (node0.getData ()),
4848 points_vector.at (node1.getData ())));
4949 CXXGraph::DirectedWeightedEdge<int > edge5 (
50- 5 , node0, node2,
50+ " 5 " , node0, node2,
5151 norm (points_vector.at (node0.getData ()),
5252 points_vector.at (node2.getData ())));
5353
You can’t perform that action at this time.
0 commit comments