Go through int for enum -> FT.

This commit is contained in:
Marc Glisse 2018-10-15 17:12:45 +02:00
parent 962ff6e085
commit e58cc2c24b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ struct Trait_for_cmp_tgt_theta_0{
typename SK::FT
unsigned_tkz_coeff_normal( const typename SK::Point_3& C,const typename SK::FT& gamma_k) const
{
return - CGAL_NTS sign(gamma_k)*C.y();
return - (int)CGAL_NTS sign(gamma_k)*C.y();
}
Tk_type