Revision: 52705
http://brlcad.svn.sourceforge.net/brlcad/?rev=52705&view=rev
Author: brlcad
Date: 2012-10-03 04:51:45 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
more double-to-fastf_t conversion for consistency
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c
Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c 2012-10-03
04:49:44 UTC (rev 52704)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c 2012-10-03
04:51:45 UTC (rev 52705)
@@ -355,7 +355,7 @@
vect_t pca_to_pole_vect;
vect_t VtoPole_prj;
point_t pcaA, pcaB;
- double distA, distB;
+ fastf_t distA, distB;
int code, status;
VSETALL(pca_to_pole_vect, 0);
@@ -1426,7 +1426,7 @@
int status;
struct hitmiss *myhit;
int vhit1, vhit2;
- double dist_along_ray;
+ fastf_t dist_along_ray;
vect_t r_dir_unit;
VMOVE(r_dir_unit, rd->rp->r_dir);
@@ -2089,7 +2089,7 @@
}
if (rt_g.NMG_debug & DEBUG_RT_ISECT) {
- double new_dist;
+ fastf_t new_dist;
bu_log("\tray (%16.10e %16.10e %16.10e) (-> %16.10e %16.10e %16.10e)\n",
rd->rp->r_pt[0],
rd->rp->r_pt[1],
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