Skip to content

v0.2.54..v0.2.55 changeset AlphaShapeGenerator.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGenerator.h b/hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGenerator.h
index 46797dd..01a38eb 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGenerator.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGenerator.h
@@ -62,6 +62,7 @@ private:
   double _alpha;
   double _buffer;
   bool _retryOnTooSmallInitialAlpha;
+  bool _maxTries;
 };
 
 }
Clone this wiki locally