Commit Graph

9 Commits

Author SHA1 Message Date
Sylvain Pion 1d8779b171 Rename the following functions:
det2x2_by_formula
  det3x3_by_formula
  det4x4_by_formula
  det5x5_by_formula
  det6x6_by_formula
to:
  determinant

How cute...  a name independent of the dimension, and even readable !
2008-04-09 13:35:34 +00:00
Andreas Meyer c1d1609af1 replaced CGAL_assertion( false* and CGAL_assertion( 0*
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +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
Daniel Russel ee6591fbf6 minor changes to Label and macros 2007-06-13 23:19:20 +00:00
Daniel Russel 7d9a1eaf8c libCGAL builds 2007-06-10 23:46:47 +00:00
Daniel Russel 3eb2e7079a removed random delc of to_interval 2007-01-23 17:02:20 +00:00
Daniel Russel 6180995091 fixed audit bug 2007-01-22 01:15:48 +00:00
Daniel Russel 6426635349 changes for new number type traits 2007-01-21 23:44:56 +00:00
Daniel Russel 40a247c721 hid things 2007-01-20 21:44:11 +00:00