summaryrefslogtreecommitdiff
path: root/src/Cech_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-09 08:39:02 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-09 08:39:02 +0000
commitdf00c318bacd58ee48ddea6cdf161c35f0568873 (patch)
tree0f301b5918c38031d65c27defda1d9b5783d3e04 /src/Cech_complex
parent7e3cfb3aad5ad38779e48f77dc2ba24014814dc9 (diff)
Add Miniball file changes for Gudhi requirements inside Miniball.README
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3353 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 099bc9ed544e5a81a5dc3a8dea3ce93afbfef82b
Diffstat (limited to 'src/Cech_complex')
-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