yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06153
[Branch ~yade-dev/yade/trunk] Rev 2545: - Keep robust kernel the default.
------------------------------------------------------------
revno: 2545
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: yade
timestamp: Fri 2010-11-12 20:22:10 +0100
message:
- Keep robust kernel the default.
modified:
lib/triangulation/def_types.h
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'lib/triangulation/def_types.h'
--- lib/triangulation/def_types.h 2010-11-12 19:16:09 +0000
+++ lib/triangulation/def_types.h 2010-11-12 19:22:10 +0000
@@ -20,9 +20,9 @@
namespace CGT{
//Robust kernel
-// typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
+typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
//A bit faster, but gives crash eventualy
-typedef CGAL::Cartesian<double> K;
+// typedef CGAL::Cartesian<double> K;
typedef CGAL::Regular_triangulation_euclidean_traits_3<K> Traits;
typedef K::Point_3 Point;