minor change

This commit is contained in:
Michael Hemmer 2007-03-12 13:09:38 +00:00
parent 8b4fdfc6a4
commit fca272c33d
1 changed files with 1 additions and 0 deletions

View File

@ -628,6 +628,7 @@ template <class AS >
void test_Type_functions( const CGAL::Field_tag&) {
test_Type_functions< AS >(CGAL::Integral_domain_tag());
CGAL_test_assert(CGAL_NTS unit_part( AS (-15))== AS (-15));
CGAL_test_assert(CGAL_NTS unit_part( AS (1 ))== AS ( 1));
CGAL_test_assert(CGAL_NTS unit_part( AS (0 ))== AS ( 1));
};