Commit Graph

17 Commits

Author SHA1 Message Date
Sylvain Pion 768badd2ef typo Saarbrucken -> Saarbruecken 2003-10-21 12:26:15 +00:00
Kaspar Fischer eaa2492030 - The input balls are now stored in a separate container, and a new
container (containing only pointers) is used internally for "swapping"
  points.
2003-04-16 12:28:16 +00:00
Kaspar Fischer 3ece2be7be - Fixed bug on MIPSpro 7.3.1 where std::rand/abs/sqrt are not present
in namespace std (and so Min_sphere_of_spheres_d_configure.h puts
  them there).  (This fix is only necessary when the code is used
  without CGAL, as is the case in benchmark.C, for instance.)
2003-04-11 14:48:58 +00:00
Kaspar Fischer 201913593b - Added this-> to member fields of templated subclasses (gcc 3.4 finds
this compilation error).
2003-04-02 09:29:38 +00:00
Kaspar Fischer a2ad284d84 - Removed unused variable in benchmark.C since this caused warnings
under GCC 3.2.
2003-03-15 11:07:06 +00:00
Kaspar Fischer 88de9b3deb - Added support for gcc-2.95.2: Altough this compiler is not supported
by CGAL (anymore), we would like to support it.  There is a file
  Min_sphere_of_spheres_d_gcc2-95-2_fix.h which provides bitset and sstream
  implementations (which are missing under gcc-2.95.2).
2003-03-07 15:11:38 +00:00
Kaspar Fischer fbc5a82ea9 - Fixed bug in update(LPAlgorithm): Termination was not guaranteed until
now which led to an infinite loop on Intel.
2003-03-03 13:18:59 +00:00
Kaspar Fischer 50e6119f74 - Fixed a bug in is_valid() where changing 'int' to 'unsigned int' in
for (int i=e-1; i>=0; --i)

  caused the loop to run forever.
2003-02-26 10:39:49 +00:00
Kaspar Fischer e268079b47 - Added 'unsigned' to some int variables in order to reduce warnings
with GCC 3.3.0.
- Corrected order of intialization of member fields in constructor
  of class Min_sphere_of_spheres_d<Traits> (again, to get rid of warnings).
- Renamed variable D in pivot() to d in order to get rid of 'shadow'
  warnings under CC-5.30_SunOS-5.6.  The same for variable l in routine
  is_valid().
2003-02-22 17:58:09 +00:00
Kaspar Fischer 94f573635c - The code doesn't store pointers anymore, reference has been updated. 2003-02-20 12:41:04 +00:00
Kaspar Fischer 8571655d34 - Renamed type Coordinate_iterator to Cartesian_const_iterator
(both in class Min_sphere_of_spheres_d<Traits> and in concept
  MinSphereOfSpheresTraits).
- Renamed routine Min_sphere_of_spheres_d<Traits>::center_begin()
  to center_cartesian_begin().  Also added routine center_-
  cartesian_end(), a short hand to center_cartesian_begin()+
  Traits::D.
2003-02-20 11:24:42 +00:00
Kaspar Fischer 508a316a2f - Removed routine update() from the specification,
and consequently from all examples/testsuite.
2003-02-19 13:47:28 +00:00
Kaspar Fischer a50b4cfea7 - Removed trailing spaces at end of lines. 2003-02-19 11:23:14 +00:00
Kaspar Fischer 42b288e926 - More suggestions by Bernd... 2003-02-19 11:20:05 +00:00
Kaspar Fischer 774fa60526 *** empty log message *** 2003-02-17 15:36:20 +00:00
Kaspar Fischer baffd13a40 - Finished documentation for version 1.1.
- Small changes to make the interface more CGAL-like.
2003-02-17 14:57:51 +00:00
Kaspar Fischer a6712877a3 - Version 1.1. 2003-02-14 13:40:19 +00:00