minimal layout changes

This commit is contained in:
Sebastian Limbach 2008-05-08 09:06:30 +00:00
parent 7c18b6d5db
commit 1a5342299c
1 changed files with 3 additions and 2 deletions

View File

@ -1434,12 +1434,13 @@ Polynomial make_square_free( const Polynomial& p ) {
Make_square_free()( p );
}
template< class Polynomial >
template< class Polynomial >
bool is_square_free( const Polynomial& p ) {
return typename CGAL::Polynomial_traits_d< Polynomial>::
Is_square_free()( p );
}
}
} // namespace CGALi
CGAL_END_NAMESPACE