Commit Graph

11 Commits

Author SHA1 Message Date
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 c9dc205525 rm Number_type_traits
Ring_tag -> Integral_domain_without_division_tag
 Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-15 16:23:37 +00:00
Menelaos Karavelas 549c8cfd1f added one more constructor 2006-07-21 00:26:28 +00:00
Menelaos Karavelas ffbf1950a2 added various site generators and example programs 2006-07-21 00:24:02 +00:00
Menelaos Karavelas 3b97659e3f added inclusion of basic.h in random_integer.h
added file for compute log base 2 and bit size
of integers
2006-07-20 18:14:50 +00:00
Menelaos Karavelas 7bed675c9d functions for computing random integers 2006-07-20 18:10:25 +00:00
Menelaos Karavelas 6658ebaeb3 updated README for the generator just added 2006-07-20 17:45:44 +00:00
Menelaos Karavelas 8cccb18d41 added generator for random sites in the box [0,1]x[0,1] 2006-07-20 17:39:30 +00:00
Menelaos Karavelas 4c5cbbe1b3 put function in CGAL namespace 2006-07-20 17:26:42 +00:00
Menelaos Karavelas 5a96ac2966 moved to Apollonius_graph_2 directory inside include/CGAL
modified code & README accordingly
2006-07-20 17:23:10 +00:00
Menelaos Karavelas 9604a02d5a added a first site generator 2006-07-20 16:45:38 +00:00