mirror of https://github.com/CGAL/cgal
restore order of template parameters modified by 6b75fea
This commit is contained in:
parent
847df9a0c9
commit
2984acda0a
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue