changed "using Nef::isvalid" to "using Nef::is_valid"in forward

declaration of Nef related polynomials; this should get rid of some
reds in the test suite.
This commit is contained in:
Menelaos Karavelas 2006-07-18 10:40:09 +00:00
parent d1862ff4de
commit b946376f29
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
18 July 2006 Menelaos Karavelas
- changed "using Nef::isvalid" to "using Nef::is_valid"in forward
declaration of Nef related polynomials; this should get rid of some
reds in the test suite
6 July 2006 Laurent Rineau
- fix io_tags of all elementary number types

View File

@ -79,7 +79,7 @@ using Nef::to_double;
using Nef::sign;
using Nef::abs;
using Nef::is_finite;
using Nef::isvalid;
using Nef::is_valid;
using Nef::gcd;
CGAL_END_NAMESPACE