Revision: 52704
http://brlcad.svn.sourceforge.net/brlcad/?rev=52704&view=rev
Author: brlcad
Date: 2012-10-03 04:49:44 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
v isn't used in the new plot routine, get rid of it
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-03 04:47:52 UTC (rev
52703)
+++ brlcad/trunk/src/librt/primitives/epa/epa.c 2012-10-03 04:49:44 UTC (rev
52704)
@@ -771,7 +771,6 @@
struct rt_epa_internal *xip;
struct rt_pt_node *pts, *node;
fastf_t mag_h, r1;
- point_t v;
int num_points = 4;
BU_CK_LIST_HEAD(info->vhead);
@@ -781,12 +780,11 @@
mag_h = MAGNITUDE(xip->epa_H);
r1 = xip->epa_r1;
- VMOVE(v, xip->epa_V);
pts = (struct rt_pt_node *)bu_malloc(sizeof(struct rt_pt_node),
"rt_pt_node");
pts->next = (struct rt_pt_node *)bu_malloc(sizeof(struct rt_pt_node),
"rt_pt_node");
pts->next->next = NULL;
- VSET(pts->p, 0, 0, -mag_h);
+ VSET(pts->p, 0, 0, -mag_h);
VSET(pts->next->p, 0, r1, 0);
approximate_parabolic_curve(pts, (r1 * r1) / (4 * mag_h), num_points - 2);
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