*** empty log message ***

This commit is contained in:
Michael Hoffmann 2003-05-05 19:10:08 +00:00
parent e35157473d
commit 07cf9e3329
2 changed files with 23 additions and 2 deletions

View File

@ -7,8 +7,10 @@
// actual revision
//---------------------------------------------------------------------
ALL : G++ 3.4 fixes.
ALL : Rename has_smaller_dist_to_point to has_smaller_distance_to_point
ALL : - G++ 3.4 fixes.
ALL : - Rename has_smaller_dist_to_point to has_smaller_distance_to_point.
GLOB: remove Susan as maintainer
ALL : Removed some MSC_VER macros.
ALL : Removed Sqrt.
ALL : Fixed demos for LEDA namespace (as suggested by Matthias).
ALL : K::FT -> K::R::FT. (<- Sylvain)

View File

@ -3,6 +3,25 @@
//=====================================================================
//---------------------------------------------------------------------
// revision 157
//---------------------------------------------------------------------
ALL : Removed some MSC_VER macros.
//---------------------------------------------------------------------
// revision 156
//---------------------------------------------------------------------
ALL : - G++ 3.4 fixes.
//---------------------------------------------------------------------
// revision 155
//---------------------------------------------------------------------
ALL : - Rename has_smaller_dist_to_point to has_smaller_distance_to_point.
GLOB: remove Susan as maintainer
//---------------------------------------------------------------------
// revision 154
//---------------------------------------------------------------------