Revision: 50689
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50689&view=rev
Author:   starseeker
Date:     2012-05-25 16:55:32 +0000 (Fri, 25 May 2012)
Log Message:
-----------
tol is used now

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp

Modified: brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp  2012-05-25 
16:51:50 UTC (rev 50688)
+++ brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp  2012-05-25 
16:55:32 UTC (rev 50689)
@@ -143,7 +143,7 @@
  * R T _ R E V O L V E _ B R E P
  */
 extern "C" void
-rt_revolve_brep(ON_Brep **b, const struct rt_db_internal *ip, const struct 
bn_tol *UNUSED(tol))
+rt_revolve_brep(ON_Brep **b, const struct rt_db_internal *ip, const struct 
bn_tol *tol)
 {
     struct rt_db_internal *tmp_internal = (struct rt_db_internal *) 
bu_malloc(sizeof(struct rt_db_internal), "allocate structure");
     RT_DB_INTERNAL_INIT(tmp_internal);

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

Reply via email to