mirror of
https://github.com/boostorg/graph.git
synced 2026-01-29 07:32:21 +00:00
Merged Boost.Graph changes from trunk for 1.53
[SVN r82061]
This commit is contained in:
@@ -192,7 +192,7 @@ int main(int argc, char **argv)
|
||||
vector<cost> d(num_vertices(g));
|
||||
try {
|
||||
// call astar named parameter interface
|
||||
astar_search
|
||||
astar_search_tree
|
||||
(g, start,
|
||||
distance_heuristic<mygraph_t, cost, location*>
|
||||
(locations, goal),
|
||||
|
||||
Reference in New Issue
Block a user