Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting in BOOST_GRAPH_MPI_INCLUDE macro #259

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/boost/graph/breadth_first_search.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <boost/graph/detail/mpi_include.hpp>
#include <boost/concept/assert.hpp>

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / concepts.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/concepts.hpp>)

namespace boost
{
Expand Down Expand Up @@ -403,6 +403,6 @@ namespace graph

} // namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / breadth_first_search.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/breadth_first_search.hpp>)

#endif // BOOST_GRAPH_BREADTH_FIRST_SEARCH_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/connected_components.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ connected_components(const Graph& g,

} // namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / connected_components.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/connected_components.hpp>)

#endif // BOOST_GRAPH_CONNECTED_COMPONENTS_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/depth_first_search.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,6 @@ void depth_first_visit(const IncidenceGraph& g,
}
} // namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / depth_first_search.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/depth_first_search.hpp>)

#endif
2 changes: 1 addition & 1 deletion include/boost/graph/dijkstra_shortest_paths.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,6 @@ inline void dijkstra_shortest_paths(const VertexListGraph& g,

} // namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / dijkstra_shortest_paths.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/dijkstra_shortest_paths.hpp>)

#endif // BOOST_GRAPH_DIJKSTRA_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/fruchterman_reingold.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,6 @@ void fruchterman_reingold_force_directed_layout(

} // end namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / fruchterman_reingold.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/fruchterman_reingold.hpp>)

#endif // BOOST_GRAPH_FRUCHTERMAN_REINGOLD_FORCE_DIRECTED_LAYOUT_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/graphviz.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,6 @@ bool read_graphviz(std::istream& in, MutableGraph& graph,

} // namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / graphviz.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/graphviz.hpp>)

#endif // BOOST_GRAPHVIZ_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/one_bit_color_map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ inline one_bit_color_map< IndexMap > make_one_bit_color_map(

} // end namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / one_bit_color_map.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/one_bit_color_map.hpp>)

#endif // BOOST_ONE_BIT_COLOR_MAP_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/page_rank.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ namespace graph
}
} // end namespace boost::graph

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / page_rank.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/page_rank.hpp>)

#endif // BOOST_GRAPH_PAGE_RANK_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/rmat_graph_generator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,6 @@ class sorted_unique_rmat_iterator

} // end namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / rmat_graph_generator.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/rmat_graph_generator.hpp>)

#endif // BOOST_GRAPH_RMAT_GENERATOR_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/strong_components.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,6 @@ kosaraju_strong_components(

} // namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / strong_components.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/strong_components.hpp>)

#endif // BOOST_GRAPH_STRONG_COMPONENTS_HPP
2 changes: 1 addition & 1 deletion include/boost/graph/two_bit_color_map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ inline two_bit_color_map< IndexMap > make_two_bit_color_map(

} // end namespace boost

#include BOOST_GRAPH_MPI_INCLUDE(< boost / graph / distributed / two_bit_color_map.hpp >)
#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/two_bit_color_map.hpp>)

#endif // BOOST_TWO_BIT_COLOR_MAP_HPP