double/float inconsistency

This commit is contained in:
Jane Tournois 2022-10-11 10:58:08 +02:00
parent 63f6c9de77
commit 2696c11a8f
1 changed files with 3 additions and 2 deletions

View File

@ -48,6 +48,7 @@ class Tetrahedral_remeshing_smoother
typedef typename Tr::Geom_traits Gt;
typedef typename Gt::Vector_3 Vector_3;
typedef typename Gt::Point_3 Point_3;
typedef typename Gt::FT FT;
private:
typedef CGAL::Tetrahedral_remeshing::internal::FMLS<Gt> FMLS;
@ -332,9 +333,9 @@ private:
const CellRange& inc_cells,
const Tr& /* tr */,
#ifdef CGAL_TETRAHEDRAL_REMESHING_VERBOSE
double& total_move)
FT& total_move)
#else
double&)
FT&)
#endif
{
const typename Tr::Point backup = v->point(); //backup v's position