Revision: 65768
          http://sourceforge.net/p/brlcad/code/65768
Author:   carlmoore
Date:     2015-07-30 14:18:55 +0000 (Thu, 30 Jul 2015)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/TODO
    brlcad/trunk/src/libanalyze/find_subtracted_shapes.cpp

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2015-07-30 05:52:24 UTC (rev 65767)
+++ brlcad/trunk/TODO   2015-07-30 14:18:55 UTC (rev 65768)
@@ -159,7 +159,7 @@
 
 * BoT mesh editing command.  Subtasks:
 
-  - enumerate functions desireable
+  - enumerate functions desirable
   - catalog features of other mesh manipulation tools
   - investigate mesh editing libraries and/or relying on NMG editing
   - bind GUI editing to the BoT mesh editing command

Modified: brlcad/trunk/src/libanalyze/find_subtracted_shapes.cpp
===================================================================
--- brlcad/trunk/src/libanalyze/find_subtracted_shapes.cpp      2015-07-30 
05:52:24 UTC (rev 65767)
+++ brlcad/trunk/src/libanalyze/find_subtracted_shapes.cpp      2015-07-30 
14:18:55 UTC (rev 65768)
@@ -97,7 +97,7 @@
                        // to be trimmed away - see if it's from this solid and 
has a reasonable length
                        if ((NEAR_ZERO(g1 - h1, VUNITIZE_TOL) || h1 < g1) || 
(NEAR_ZERO(g2 - h2, VUNITIZE_TOL) || h2 > g2)) {
                            fastf_t miss1, miss2;
-                           // All we need trimmed away from this comb is the 
portion of the possitive volume
+                           // All we need trimmed away from this comb is the 
portion of the positive volume
                            // being contributed by the comb - if the gap is 
bigger than the hit, the rest of
                            // the removal from the parent is handled elsewhere
                            if (g1 < h1 || NEAR_ZERO(g1 - h1, VUNITIZE_TOL)){

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to