Revision: 56559
          http://sourceforge.net/p/brlcad/code/56559
Author:   brlcad
Date:     2013-08-05 05:31:05 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
need the return statement, pull ifndef up

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 05:04:37 UTC 
(rev 56558)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c      2013-08-05 05:31:05 UTC 
(rev 56559)
@@ -1285,7 +1285,9 @@
      * correctly, XXX the caller should pass in a table of dangling
      * faces.  -Mike
      */
-#ifdef NEW_DANGLING_FACE_CHECKING_METHOD
+#ifndef NEW_DANGLING_FACE_CHECKING_METHOD
+    return 0;
+#else
     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

Reply via email to