Revision: 54289
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54289&view=rev
Author:   bob1961
Date:     2013-02-01 20:34:09 +0000 (Fri, 01 Feb 2013)
Log Message:
-----------
Fix for the local_arb4_edge_vertex_mapping array (i.e. arb4's use index 4 for 
point 4).

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/arb8/arb8.c

Modified: brlcad/trunk/src/librt/primitives/arb8/arb8.c
===================================================================
--- brlcad/trunk/src/librt/primitives/arb8/arb8.c       2013-02-01 20:20:41 UTC 
(rev 54288)
+++ brlcad/trunk/src/librt/primitives/arb8/arb8.c       2013-02-01 20:34:09 UTC 
(rev 54289)
@@ -170,9 +170,9 @@
     {0,1},     /* edge 12 */
     {1,2},     /* edge 23 */
     {2,0},     /* edge 31 */
-    {0,3},     /* edge 14 */
-    {1,3},     /* edge 24 */
-    {2,3},     /* edge 34 */
+    {0,4},     /* edge 14 */
+    {1,4},     /* edge 24 */
+    {2,4},     /* edge 34 */
 };
 
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to