mirror of https://github.com/CGAL/cgal
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:
parent
d1862ff4de
commit
b946376f29
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue