mirror of https://github.com/CGAL/cgal
Typo removed.
This commit is contained in:
parent
43a788fe43
commit
e06888b948
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue