Skip to content

Commit

Permalink
Fix missing namespace name
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnorri committed Nov 8, 2024
1 parent f1e51a0 commit 98e541c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/graph/cycle_canceling.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace detail
template < class Graph, class P, class T, class R >
void cycle_canceling(Graph& g, const bgl_named_params< P, T, R >& params)
{
cycle_canceling_dispatch1(g,
detail::cycle_canceling_dispatch1(g,
choose_const_pmap(get_param(params, edge_weight), g, edge_weight),
choose_const_pmap(get_param(params, edge_reverse), g, edge_reverse),
choose_pmap(get_param(params, edge_residual_capacity), g,
Expand Down

0 comments on commit 98e541c

Please sign in to comment.