restore order of template parameters modified by 6b75fea

This commit is contained in:
Sébastien Loriot 2024-07-22 09:12:30 +02:00
parent 847df9a0c9
commit 2984acda0a
1 changed files with 2 additions and 2 deletions

View File

@ -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,