Revision: 52703
http://brlcad.svn.sourceforge.net/brlcad/?rev=52703&view=rev
Author: brlcad
Date: 2012-10-03 04:47:52 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
change dist to a fastf_t to match the parameter usage and be type-consistent
with the other bn types
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/nmg/nmg_pt_fu.c
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_pt_fu.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_pt_fu.c 2012-10-03 04:43:31 UTC
(rev 52702)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_pt_fu.c 2012-10-03 04:47:52 UTC
(rev 52703)
@@ -46,8 +46,8 @@
*/
struct ve_dist {
struct bu_list l;
- uint32_t *magic_p;/* pointer to edge/vertex structure */
- double dist; /* distance squared from point to edge */
+ uint32_t *magic_p; /* pointer to edge/vertex structure */
+ fastf_t dist; /* distance squared from point to edge */
struct vertex *v1;
struct vertex *v2;
int status; /* return code from bn_dist_pt3_lseg3 */
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