Revision: 56558
http://sourceforge.net/p/brlcad/code/56558
Author: brlcad
Date: 2013-08-05 05:04:37 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
substantial implementation, but hasn't been active in a crazy long time. still
keep with the relevant comments.
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c 2013-08-05 04:36:08 UTC
(rev 56557)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c 2013-08-05 05:04:37 UTC
(rev 56558)
@@ -1263,12 +1263,6 @@
* things from more than one shell; parity is conserved
* only within faces from a single shell.
*
- * XXX Added code to skip dangling faces (needs to be checked a little more) -
JRA
- *
- * XXX I think that if dangling faces are to be processed correctly,
- * XXX the caller should pass in a table of dangling faces. -Mike
- * XXX I've # if'ed that check out, for now.
- *
* Return
* 0 OK
* 1 bad edgeuse mate
@@ -1284,9 +1278,14 @@
s = nmg_find_s_of_eu(eu);
NMG_CK_SHELL(s);
-#if 1
- return 0;
-#else
+ /*
+ * XXX Added code to skip dangling faces (needs to be checked a little
more) - JRA
+ *
+ * XXX I think that if dangling faces are to be processed
+ * correctly, XXX the caller should pass in a table of dangling
+ * faces. -Mike
+ */
+#ifdef NEW_DANGLING_FACE_CHECKING_METHOD
if (RTG.NMG_debug & DEBUG_BASIC) {
bu_log("nmg_check_radial(eu=x%x, tol)\n", eu);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits