Revision: 56692
          http://sourceforge.net/p/brlcad/code/56692
Author:   carlmoore
Date:     2013-08-08 16:31:42 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
remove a trailing blank/tab, and fix a spelling in a comment

Modified Paths:
--------------
    brlcad/trunk/include/brep.h

Modified: brlcad/trunk/include/brep.h
===================================================================
--- brlcad/trunk/include/brep.h 2013-08-08 16:26:33 UTC (rev 56691)
+++ brlcad/trunk/include/brep.h 2013-08-08 16:31:42 UTC (rev 56692)
@@ -211,7 +211,7 @@
 #define BREP_FCP_ROOT_EPSILON 1e-5
 /** trim curve point sampling count for isLinear() check and possibly
  * growing bounding box
- */ 
+ */
 #define BREP_BB_CRV_PNT_CNT 10
 #define BREP_CURVE_FLATNESS 0.95
 
@@ -1908,7 +1908,7 @@
  * @param overlap_tolerance [in] If t1 and t2 are parameters of
  *     curveA's intersection events and the distance from curveA(t)
  *     to curveB is <= overlap_tolerance for every t1 <= t <= t2,
- *     then the event will be returened as an overlap event. If the
+ *     then the event will be returned as an overlap event. If the
  *     input overlap_tolerance <= 0.0, then
  *     intersection_tolerance * 2.0 is used.
  * @param curveA_domain [in] optional restriction on curveA domain

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to