mirror of https://github.com/CGAL/cgal
Fix Homogeneous
This commit is contained in:
parent
56a3a35a7d
commit
a841ee4d1a
|
|
@ -558,6 +558,7 @@ template < class R >
|
||||||
CGAL_KERNEL_INLINE
|
CGAL_KERNEL_INLINE
|
||||||
bool
|
bool
|
||||||
Aff_transformation_repH3<R>::is_translation() const
|
Aff_transformation_repH3<R>::is_translation() const
|
||||||
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue