Revision: 52831
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52831&view=rev
Author:   brlcad
Date:     2012-10-05 05:00:53 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
epa_V is unused, removing

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

Modified: brlcad/trunk/src/librt/primitives/epa/epa.c
===================================================================
--- brlcad/trunk/src/librt/primitives/epa/epa.c 2012-10-05 04:44:32 UTC (rev 
52830)
+++ brlcad/trunk/src/librt/primitives/epa/epa.c 2012-10-05 05:00:53 UTC (rev 
52831)
@@ -913,7 +913,7 @@
 int
 rt_epa_adaptive_plot(struct rt_db_internal *ip, const struct rt_view_info 
*info)
 {
-    vect_t epa_V, epa_H, Hu, Au, Bu;
+    vect_t epa_H, Hu, Au, Bu;
     fastf_t mag_H, z, r1, r2;
     int i, num_curve_points, num_ellipse_points;
     struct rt_epa_internal *epa;
@@ -932,7 +932,6 @@
     epa = (struct rt_epa_internal *)ip->idb_ptr;
     RT_EPA_CK_MAGIC(epa);
 
-    VMOVE(epa_V, epa->epa_V);
     VMOVE(epa_H, epa->epa_H);
 
     mag_H = MAGNITUDE(epa_H);

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to