summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-17 10:13:47 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-17 10:13:47 +0000
commitfa4810bea8d480f09d4cba5beba51805522cfdfe (patch)
tree8b92506fe3265c32fda62ccde64610323e0d09ed /src
parent79e0db96e6cf4def4df5cad902c44abcaa179ff8 (diff)
Fix cpplint/cppcheck
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alphashapes@1052 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d598999dec360fb4a80ca3e228128d889bfed3c7
Diffstat (limited to 'src')
-rw-r--r--src/Alpha_complex/doc/Intro_alpha_complex.h6
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/Alpha_complex/doc/Intro_alpha_complex.h b/src/Alpha_complex/doc/Intro_alpha_complex.h
index f55d7029..0dea2b16 100644
--- a/src/Alpha_complex/doc/Intro_alpha_complex.h
+++ b/src/Alpha_complex/doc/Intro_alpha_complex.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef INTRO_ALPHA_COMPLEX_H_
-#define INTRO_ALPHA_COMPLEX_H_
+#ifndef DOC_ALPHA_COMPLEX_INTRO_ALPHA_COMPLEX_H_
+#define DOC_ALPHA_COMPLEX_INTRO_ALPHA_COMPLEX_H_
// needs namespace for Doxygen to link on classes
namespace Gudhi {
@@ -165,4 +165,4 @@ namespace alphacomplex {
} // namespace Gudhi
-#endif // INTRO_ALPHA_COMPLEX_H_
+#endif // DOC_ALPHA_COMPLEX_INTRO_ALPHA_COMPLEX_H_
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_