fix a warning

This commit is contained in:
Laurent Rineau 2013-10-31 11:08:30 +01:00
parent 6561b0d811
commit 74e1bad5a4
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <CGAL/Mesh_optimization_return_code.h>
#include <CGAL/Mesh_3/parameters_defaults.h>
#include <vector>
#include <CGAL/use.h>
namespace CGAL {
@ -50,6 +51,7 @@ BOOST_PARAMETER_FUNCTION(
)
)
{
CGAL_USE(sliver_bound_);
return perturb_mesh_3_impl(c3t3, domain, time_limit_, sliver_criterion_,
perturbation_vector_);
}