Skip to content

Commit

Permalink
Merge pull request #8366 from sloriot/BGL-hx_param
Browse files Browse the repository at this point in the history
Restore order of template parameters
  • Loading branch information
sloriot committed Jul 23, 2024
2 parents 29d9e5a + 2984acd commit f693640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BGL/include/CGAL/boost/graph/generators.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ make_quad(const P& p0, const P& p1, const P& p2, const P& p3, Graph& g)
* \cgalParamNEnd
* \cgalNamedParamsEnd
**/
template<typename P,
typename Graph,
template<typename Graph,
typename P,
typename NamedParameters = parameters::Default_named_parameters>
typename boost::graph_traits<Graph>::halfedge_descriptor
make_hexahedron(const P& p0, const P& p1, const P& p2, const P& p3,
Expand Down

0 comments on commit f693640

Please sign in to comment.