Revision: 73829
http://sourceforge.net/p/brlcad/code/73829
Author: starseeker
Date: 2019-09-04 19:19:08 +0000 (Wed, 04 Sep 2019)
Log Message:
-----------
Remove the hardcoded tolerance for normal refinement testing
Modified Paths:
--------------
brlcad/trunk/src/libbrep/cdt_util.cpp
Modified: brlcad/trunk/src/libbrep/cdt_util.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_util.cpp 2019-09-04 19:14:19 UTC (rev
73828)
+++ brlcad/trunk/src/libbrep/cdt_util.cpp 2019-09-04 19:19:08 UTC (rev
73829)
@@ -380,7 +380,6 @@
s->absmin = (s->absmax < s->absmin) ? s->absmax : s->absmin;
// Get the normal based parameter as well
- s->tol.norm = 40*ON_PI/180;
if (s->tol.norm > ON_ZERO_TOLERANCE) {
s->cos_within_ang = cos(s->tol.norm);
} else {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits