summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Cech_complex/include/gudhi/Miniball.README3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Cech_complex/include/gudhi/Miniball.README b/src/Cech_complex/include/gudhi/Miniball.README
index 86a96f08..033d8953 100644
--- a/src/Cech_complex/include/gudhi/Miniball.README
+++ b/src/Cech_complex/include/gudhi/Miniball.README
@@ -21,3 +21,6 @@ Main Features:
Easily integrates into your code. You can freely choose the coordinate type of your points and the container to store the points. If you still need to adapt the code, the header is small and readable and contains documentation for all major methods.
+Changes done for the GUDHI version of MiniBall:
+ - Add include guard
+ - Move Miniball namespace inside a new Gudhi namespace