Revision: 52882
http://brlcad.svn.sourceforge.net/brlcad/?rev=52882&view=rev
Author: brlcad
Date: 2012-10-09 04:19:34 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
mk_half() should take a fastf_t for consistency
Modified Paths:
--------------
brlcad/trunk/include/wdb.h
brlcad/trunk/src/libwdb/wdb.c
Modified: brlcad/trunk/include/wdb.h
===================================================================
--- brlcad/trunk/include/wdb.h 2012-10-09 04:18:24 UTC (rev 52881)
+++ brlcad/trunk/include/wdb.h 2012-10-09 04:19:34 UTC (rev 52882)
@@ -117,7 +117,7 @@
* Solid conversion routines
*/
/* libwdb/wdb.c */
-WDB_EXPORT WDB_EXTERN(int mk_half, (struct rt_wdb *fp, const char *name, const
vect_t norm, double d) );
+WDB_EXPORT WDB_EXTERN(int mk_half, (struct rt_wdb *fp, const char *name, const
vect_t norm, fastf_t d) );
WDB_EXPORT int mk_grip(
struct rt_wdb *wdbp,
const char *name,
Modified: brlcad/trunk/src/libwdb/wdb.c
===================================================================
--- brlcad/trunk/src/libwdb/wdb.c 2012-10-09 04:18:24 UTC (rev 52881)
+++ brlcad/trunk/src/libwdb/wdb.c 2012-10-09 04:19:34 UTC (rev 52882)
@@ -57,7 +57,7 @@
* pointing normal vector.
*/
int
-mk_half(struct rt_wdb *wdbp, const char *name, const fastf_t *norm, double d)
+mk_half(struct rt_wdb *wdbp, const char *name, const fastf_t *norm, fastf_t d)
{
struct rt_half_internal *half;
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