Skip to content

v0.2.52..v0.2.53 changeset RStarTree.h

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/tgs/src/main/cpp/tgs/RStarTree/RStarTree.h b/tgs/src/main/cpp/tgs/RStarTree/RStarTree.h
index 49d9c72..8aa1ad6 100644
--- a/tgs/src/main/cpp/tgs/RStarTree/RStarTree.h
+++ b/tgs/src/main/cpp/tgs/RStarTree/RStarTree.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 #ifndef __TGS__R_STAR_TREE_H__
@@ -241,6 +241,7 @@ protected:
   std::set<int> _overflowedLevels;
 
 private:
+
   /// call _[get|set]RootId() instead of setting directly.
   int _rootId;
 
Clone this wiki locally