Changing the representation of root_of_2 (problem arises on make_root_of_2 de Gmpq / Gmpz)

This commit is contained in:
Pedro Machado Manhaes de Castro 2006-07-25 15:33:37 +00:00
parent 0dd334f629
commit 855cfc5af7
1 changed files with 8 additions and 3 deletions

View File

@ -53,10 +53,15 @@ std::pair<double, double> to_interval (const Gmpq &);
double to_double(const Quotient<Gmpz>&);
Root_of_2< CGAL::Gmpz >
make_root_of_2(const CGAL::Gmpq &a, const CGAL::Gmpq &b,
const CGAL::Gmpq &c, bool d);
/* FIX THE make_root_of_2 first
Root_of_2< Gmpz >
make_root_of_2(const Gmpq &a, const Gmpq &b,
const Gmpq &c, bool d);
Root_of_2< Gmpz >
make_root_of_2(const Gmpz &a, const Gmpz &b,
const Gmpz &c, bool d);
*/
CGAL_END_NAMESPACE
#endif // CGAL_GMPZQ_FWD_H