summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex.h')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex.h b/src/Alpha_complex/include/gudhi/Alpha_complex.h
index eab66384..415aa032 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef DOC_ALPHA_COMPLEX_INTRO_ALPHA_COMPLEX_H_
-#define DOC_ALPHA_COMPLEX_INTRO_ALPHA_COMPLEX_H_
+#ifndef ALPHA_COMPLEX_H_
+#define ALPHA_COMPLEX_H_
// to construct a simplex_tree from Delaunay_triangulation
#include <gudhi/graph_simplicial_complex.h>
@@ -392,4 +392,4 @@ class Alpha_complex : public Simplex_tree<> {
} // namespace Gudhi
-#endif // DOC_ALPHA_COMPLEX_INTRO_ALPHA_COMPLEX_H_
+#endif // ALPHA_COMPLEX_H_