From 2fc5f4464d5dc3eeea58eda59300f32325c496d6 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sun, 24 Feb 2013 16:45:59 +0000 Subject: [PATCH] Fixed comment in the example [SVN r83136] --- doc/html/geometry_index/r_tree/rtree_examples.html | 2 +- doc/html/index.html | 2 +- doc/src/examples/rtree/translator_shared_ptr.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/geometry_index/r_tree/rtree_examples.html b/doc/html/geometry_index/r_tree/rtree_examples.html index e7e4a077e..03a8c2071 100644 --- a/doc/html/geometry_index/r_tree/rtree_examples.html +++ b/doc/html/geometry_index/r_tree/rtree_examples.html @@ -477,7 +477,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 diff --git a/doc/html/index.html b/doc/html/index.html index 42d405d7b..5e566e778 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -51,7 +51,7 @@ - +

Last revised: February 24, 2013 at 16:39:24 GMT

Last revised: February 24, 2013 at 16:45:22 GMT


diff --git a/doc/src/examples/rtree/translator_shared_ptr.cpp b/doc/src/examples/rtree/translator_shared_ptr.cpp index a1f43d1a4..b40e561b5 100644 --- a/doc/src/examples/rtree/translator_shared_ptr.cpp +++ b/doc/src/examples/rtree/translator_shared_ptr.cpp @@ -51,7 +51,7 @@ int main(void) 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