Commit Graph

4 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
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