Revision: 64388
          http://sourceforge.net/p/brlcad/code/64388
Author:   carlmoore
Date:     2015-03-13 14:31:15 +0000 (Fri, 13 Mar 2015)
Log Message:
-----------
remove trailing blank or tab, and fix a spelling

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/shape_recognition.cpp
    brlcad/trunk/src/libbrep/shape_recognition_util.cpp

Modified: brlcad/trunk/src/libbrep/shape_recognition.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition.cpp      2015-03-13 01:25:43 UTC 
(rev 64387)
+++ brlcad/trunk/src/libbrep/shape_recognition.cpp      2015-03-13 14:31:15 UTC 
(rev 64388)
@@ -347,7 +347,7 @@
 
        // Now, whatever is left in the local subtraction queue has to be ruled 
out based on volumetric
        // intersection testing.
-       
+
        // Construct bounding box for pobj
        if (!pobj->bbox_set) subbrep_bbox(pobj);
        // Iterate over the queue

Modified: brlcad/trunk/src/libbrep/shape_recognition_util.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition_util.cpp 2015-03-13 01:25:43 UTC 
(rev 64387)
+++ brlcad/trunk/src/libbrep/shape_recognition_util.cpp 2015-03-13 14:31:15 UTC 
(rev 64388)
@@ -253,7 +253,7 @@
        ON_3dPoint min, max;
        ON_MinMaxInit(&min, &max);
        const ON_BrepFace *face = &(obj->brep->m_F[obj->fol[i]]);
-       // Bounding interfals of outer loop
+       // Bounding intervals of outer loop
        for (int ti = 0; ti < face->OuterLoop()->TrimCount(); ti++) {
            ON_BrepTrim *trim = face->OuterLoop()->Trim(ti);
            trim->GetBoundingBox(min, max, true);

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to