mirror of https://github.com/CGAL/cgal
Fixed warning unused variables
This commit is contained in:
parent
b1fb29c22a
commit
da690fda11
|
|
@ -359,9 +359,9 @@ struct Initial_points_generator_generator
|
||||||
|
|
||||||
struct Initial_points_generator_empty
|
struct Initial_points_generator_empty
|
||||||
{
|
{
|
||||||
OutputIterator operator()(OutputIterator pts, const MeshDomain& domain, const C3t3& c3t3)
|
OutputIterator operator()(OutputIterator pts, const MeshDomain& , const C3t3& )
|
||||||
{ return pts; }
|
{ return pts; }
|
||||||
OutputIterator operator()(OutputIterator pts, const MeshDomain& domain, const C3t3& c3t3, int n)
|
OutputIterator operator()(OutputIterator pts, const MeshDomain& , const C3t3& , int )
|
||||||
{ return pts; }
|
{ return pts; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue