Commit Graph

11 Commits

Author SHA1 Message Date
Sylvain Pion 79864c0c8e Remove Arity_tag. 2008-07-22 12:29:01 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Michael Hemmer 477c2e1254 rm function make_root_of_2(NT,int,NT)
use make_root_of_2(NT,NT,NT)
2006-12-18 07:58:36 +00:00
Michael Hemmer d0eb962543 rm function make_root_of_2(const NT &a, int b_, const NT &c)
use: make_root_of_2(const NT &a, const NT& b_, const NT &c)
2006-12-17 13:28:08 +00:00
Andreas Fabri ecc0366cad Include Quotient.h for VC++ 2006-10-16 12:30:49 +00:00
Pedro Machado Manhaes de Castro 5ff5498558 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 09:02:22 +00:00
Pedro Machado Manhaes de Castro 0bb66e9eda Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 08:56:56 +00:00
Pedro Machado Manhaes de Castro a60aaceb63 Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 08:36:44 +00:00
Pedro Machado Manhaes de Castro ad22809f5b Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 08:35:57 +00:00
Pedro Machado Manhaes de Castro 252327e7bd Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 08:35:46 +00:00
Pedro Machado Manhaes de Castro e00a6bb55e Algebraic_kernel_for_circles (instead of Algebraic_kernel) 2006-08-25 08:30:45 +00:00