Revision: 50639
http://brlcad.svn.sourceforge.net/brlcad/?rev=50639&view=rev
Author: phoenixyjll
Date: 2012-05-23 14:22:48 +0000 (Wed, 23 May 2012)
Log Message:
-----------
A small change from double to fastf_t.
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/pipe/pipe_brep.cpp
Modified: brlcad/trunk/src/librt/primitives/pipe/pipe_brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/pipe/pipe_brep.cpp 2012-05-23
13:21:26 UTC (rev 50638)
+++ brlcad/trunk/src/librt/primitives/pipe/pipe_brep.cpp 2012-05-23
14:22:48 UTC (rev 50639)
@@ -35,7 +35,7 @@
* R T _ P I P E _ B R E P
*/
void
-generate_curves(double id, double od, ON_Plane *plane,
ON_SimpleArray<ON_Curve*> *outer, ON_SimpleArray<ON_Curve*> *inner)
+generate_curves(fastf_t id, fastf_t od, ON_Plane *plane,
ON_SimpleArray<ON_Curve*> *outer, ON_SimpleArray<ON_Curve*> *inner)
{
ON_Circle outercirclestart = ON_Circle(*plane, od/2.0);
ON_NurbsCurve *ocurve = ON_NurbsCurve::New();
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits