Skip to content

Commit

Permalink
restore order of template parameters modified by 6b75fea
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jul 22, 2024
1 parent 847df9a commit 2984acd
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 2984acd

Please sign in to comment.