Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83136 - in sandbox-branches/geometry/index/doc: html html/geometry_index/r_tree src/examples/rtree
From: adam.wulkiewicz_at_[hidden]
Date: 2013-02-24 11:46:00


Author: awulkiew
Date: 2013-02-24 11:45:59 EST (Sun, 24 Feb 2013)
New Revision: 83136
URL: http://svn.boost.org/trac/boost/changeset/83136

Log:
Fixed comment in the example
Text files modified:
   sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_examples.html | 2 +-
   sandbox-branches/geometry/index/doc/html/index.html | 2 +-
   sandbox-branches/geometry/index/doc/src/examples/rtree/translator_shared_ptr.cpp | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_examples.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_examples.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/rtree_examples.html 2013-02-24 11:45:59 EST (Sun, 24 Feb 2013)
@@ -477,7 +477,7 @@
 
     <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"filling index with boxes shared pointers:"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
 
- <span class="comment">// create some polygons and fill the spatial index</span>
+ <span class="comment">// fill the spatial index</span>
     <span class="keyword">for</span> <span class="special">(</span> <span class="keyword">unsigned</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span> <span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="number">10</span> <span class="special">;</span> <span class="special">++</span><span class="identifier">i</span> <span class="special">)</span>
     <span class="special">{</span>
         <span class="comment">// create a box</span>

Modified: sandbox-branches/geometry/index/doc/html/index.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/index.html (original)
+++ sandbox-branches/geometry/index/doc/html/index.html 2013-02-24 11:45:59 EST (Sun, 24 Feb 2013)
@@ -51,7 +51,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: February 24, 2013 at 16:39:24 GMT</small></p></td>
+<td align="left"><p><small>Last revised: February 24, 2013 at 16:45:22 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox-branches/geometry/index/doc/src/examples/rtree/translator_shared_ptr.cpp
==============================================================================
--- sandbox-branches/geometry/index/doc/src/examples/rtree/translator_shared_ptr.cpp (original)
+++ sandbox-branches/geometry/index/doc/src/examples/rtree/translator_shared_ptr.cpp 2013-02-24 11:45:59 EST (Sun, 24 Feb 2013)
@@ -51,7 +51,7 @@
 
     std::cout << "filling index with boxes shared pointers:" << std::endl;
 
- // create some polygons and fill the spatial index
+ // fill the spatial index
     for ( unsigned i = 0 ; i < 10 ; ++i )
     {
         // create a box


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk