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
Laurent Rineau
67928706cf
C++ conformance: calls to member templates of dependent names must be
...
qualified with the "template" keyword.
Example:
template <typenam T>
void f(T foobar) {
foobar.get<0>().foobar(); // error
}
must be written:
foobar.template get<0>().foobar();
2010-05-16 16:50:24 +00:00
Sylvain Pion
8e25ac82d3
Fixes after the tuples changes.
2008-07-27 12:01:51 +00:00
Sylvain Pion
a5f006da60
Replace CGAL::Quadruple by boost::tuple.
2008-07-25 14:28:01 +00:00
Abdelkrim Mebarki
6d6970d681
Fix bug : check the length of the new segment inserted in the streamline
2007-11-15 16:13:32 +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
Sylvain Pion
ac1af9878b
Rename some variables to avoid shadowing warnings with SunCC.
2007-04-18 08:54:16 +00:00
Abdelkrim Mebarki
a3b98f6b9d
fix old_point variable initialization bug
2007-03-28 09:16:49 +00:00
Abdelkrim Mebarki
affd494daf
remove some output statements
2006-09-07 12:40:14 +00:00
Andreas Fabri
5440dc1c11
Fixed min max problem
2006-07-31 23:04:47 +00:00
Marc Glisse
b13e3b5ec0
Last round of missing std:: before 3.2 (Andreas permission)
2006-04-19 16:56:12 +00:00
Abdelkrim Mebarki
85aa5e638f
bug fixed : eliminate duplicate seed points in the streamlines
2006-03-10 14:04:42 +00:00
Abdelkrim Mebarki
729a5a2d6d
update
2006-02-27 23:04:10 +00:00
Abdelkrim Mebarki
fc7021562e
squared_dist was used in place of dist
2006-02-27 16:57:08 +00:00
Abdelkrim Mebarki
e0bc3c6282
initialize data member
2006-02-27 14:46:50 +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
b2a1efbbfc
Move packages to trunk root
2006-02-14 08:58:19 +00:00