getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Markus Bürg
Subject: [Getfem-commits] (no subject)
Date: Mon, 3 Jun 2019 11:40:12 -0400 (EDT)

branch: mb-Use_rtree_in_poly_composite
commit 4cc98d46db90b4fc062509377df46a28293e9c0c
Author: mb <address@hidden>
Date:   Tue May 28 13:42:09 2019 +0200

    Have to set tolerance for rtree.
---
 src/bgeot_poly_composite.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bgeot_poly_composite.cc b/src/bgeot_poly_composite.cc
index 97c49ad..46ade21 100644
--- a/src/bgeot_poly_composite.cc
+++ b/src/bgeot_poly_composite.cc
@@ -62,7 +62,7 @@ namespace bgeot {
     return 0;
   }
 
-  mesh_precomposite::mesh_precomposite(const basic_mesh &m) {
+  mesh_precomposite::mesh_precomposite(const basic_mesh &m) : box_tree{1e-13} {
     initialise(m);
   }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]