From daec2ee5e079c357e634e11511b19d8ec2ea1bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Sun, 9 Jun 2019 22:17:43 -0300 Subject: [PATCH] adjacency_list: Fix example broken link - family-tree-eg.cpp -> family_tree.cpp --- doc/adjacency_list.html | 2 +- example/regression.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/adjacency_list.html b/doc/adjacency_list.html index f572257e..a9b5abd7 100644 --- a/doc/adjacency_list.html +++ b/doc/adjacency_list.html @@ -86,7 +86,7 @@ Section Using

The example in examples/family-tree-eg.cpp +href="../example/family_tree.cpp">examples/family_tree.cpp shows how to represent a family tree with a graph.

Template Parameters

diff --git a/example/regression.cfg b/example/regression.cfg index 4fa1cef4..5cccee3d 100644 --- a/example/regression.cfg +++ b/example/regression.cfg @@ -47,7 +47,7 @@ compile libs/graph/example/edge_property.cpp compile libs/graph/example/edmonds-karp-eg.cpp compile libs/graph/example/exterior_properties.cpp compile libs/graph/example/exterior_property_map.cpp -compile libs/graph/example/family-tree-eg.cpp +compile libs/graph/example/family_tree.cpp compile libs/graph/example/fibonacci_heap.cpp compile libs/graph/example/file_dependencies.cpp compile libs/graph/example/filtered_graph.cpp