Typo removed.

This commit is contained in:
Sebastian Limbach 2007-08-06 12:17:43 +00:00
parent 43a788fe43
commit e06888b948
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int main()
{
test_modular_traits<int>();
#ifdef CGAL_USE_LEDA
test_modular_traits<leda::intger>();
test_modular_traits<leda::integer>();
#endif
#ifdef CGAL_USE_CORE
test_modular_traits<CORE::BigInt>();