Commit Graph

17 Commits

Author SHA1 Message Date
Andreas Fabri 0cbc8b0e40 remove unused parameters 2013-03-23 08:45:06 +01:00
Andreas Fabri 66f5c83412 int -> size_t 2013-03-07 13:05:18 +01:00
Andreas Fabri 559912b28a static_cast<int> 2013-03-06 08:37:49 +01:00
Laurent Rineau 723b28d39f Fix warnings about incorrect type conversions 2013-03-05 12:44:11 +01:00
Andreas Fabri ce77644138 change the error message as the mail adress of the author isno longer valid 2013-03-01 14:06:08 +01:00
Andreas Fabri a26c1b0e55 0.0 -> 0.0f 2013-03-01 13:45:13 +01:00
Andreas Fabri 28f9063935 had introduced an error. overlaods need the same interface 2013-03-01 12:44:40 +01:00
Andreas Fabri 900ac238a8 add a static_cast 2013-03-01 10:26:29 +01:00
Andreas Fabri 1287047b9d remove the second parameter and not only its variable 2013-03-01 09:53:38 +01:00
Andreas Fabri 9a862fe795 remove unused parameter name 2013-03-01 09:43:21 +01:00
Andreas Fabri 479f78b033 int -> ptrdiff_t/size_t 2013-02-28 09:46:54 +01:00
Andreas Fabri cfd69b1490 long/int -> size_t 2013-02-27 11:44:55 +01:00
Andreas Fabri c7e68385be remove unused variables and #if 0 buggy non used code 2013-02-26 16:52:55 +01:00
Andreas Fabri 84a57d4ba0 no need to test if size_t >= 0 2013-02-26 07:11:09 +01:00
Sébastien Loriot d59468abc9 remove warning 2012-11-15 12:44:24 +01:00
Philipp Möller 46c956cd52 Also move the related code and tests from Matrix_search to
Bounding_volumes.
2012-09-18 14:47:54 +00:00
Philipp Möller 394b8de4d9 Merge the Bounding_volumes package from its parts
Merge Min_circle_2, Min_ellipse_2, Min_sphere_d, Min_annulus_d,
Min_sphere_of_spheres_d, Min_quadrilateral_2 and
Approximate_min_ellipsoid_d. The documentation from the part that is
in Matrix_search has also been moved here, but not the code. Add a new
don't submit that covers the old ones, combine the package_info
files. Examples and tests are still in separate folders. Merge them in
a separate step.
2012-08-16 09:44:11 +00:00