-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.52..v0.2.53 changeset HilbertCurve.h
Garret Voltz edited this page Feb 12, 2020
·
1 revision
diff --git a/tgs/src/main/cpp/tgs/RStarTree/HilbertCurve.h b/tgs/src/main/cpp/tgs/RStarTree/HilbertCurve.h
index 017ad4e..bdb3cf2 100644
--- a/tgs/src/main/cpp/tgs/RStarTree/HilbertCurve.h
+++ b/tgs/src/main/cpp/tgs/RStarTree/HilbertCurve.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
// Standard
@@ -107,6 +107,7 @@ namespace Tgs
}
private:
+
int _dimensions;
int _order;
bitmask_t* _point;