Fix Homogeneous

This commit is contained in:
Andreas Fabri 2021-04-13 20:10:22 +01:00
parent 56a3a35a7d
commit a841ee4d1a
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ template < class R >
CGAL_KERNEL_INLINE
bool
Aff_transformation_repH3<R>::is_translation() const
{
return false;
}