Skip to content

v0.2.54..v0.2.55 changeset ClosePointHash.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/index/ClosePointHash.h b/hoot-core/src/main/cpp/hoot/core/index/ClosePointHash.h
index dafa250..1444603 100644
--- a/hoot-core/src/main/cpp/hoot/core/index/ClosePointHash.h
+++ b/hoot-core/src/main/cpp/hoot/core/index/ClosePointHash.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 #ifndef CLOSEPOINTHASH_H
@@ -39,7 +39,9 @@ namespace hoot
 {
 
 /**
- * Creates a hash with the explicit purpose of finding points which are within a predefined distance.
+ * Creates a hash with the explicit purpose of finding points which are within a predefined
+ * distance.
+ *
  * This is re-entrant, but not thread safe.
  */
 class ClosePointHash
@@ -57,7 +59,8 @@ public:
   void addPoint(double x, double y, long id);
 
   /**
-   * Returns the ids of the current match during iteration. This may have more ids than actually match.
+   * Returns the ids of the current match during iteration. This may have more ids than actually
+   * match.
    */
   const std::vector<long>& getMatch();
 
Clone this wiki locally