Commit Graph

9 Commits

Author SHA1 Message Date
Marc Glisse a758751485 Remove / comment out unused local typedefs. Fix one place where FT was used instead of RT (homogeneous coordinates, probably never compiled). 2012-07-28 06:21:06 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sébastien Loriot dff6dda8b3 Remove from copyright holder
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Michael Hemmer 9608231a02 fixed problems with CGAL::sign(CGAL::Sign) 2006-10-28 13:07:32 +00:00
Michael Hemmer b024695f58 - empty = CGAL_NTS is_positive(CGAL_NTS sign (z_prime));
+ empty = CGAL_NTS sign (z_prime) == CGAL::POSITIVE;
since is_positive of Sign not supported 

M    CGAL/ConicCPA2.h
2006-10-27 10:44:58 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 86c3f578f4 Move packages to trunk root 2006-02-14 08:58:14 +00:00