summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/doc/Intro_alpha_complex.h
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/Alpha_complex/doc/Intro_alpha_complex.h
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/Alpha_complex/doc/Intro_alpha_complex.h')
-rw-r--r--src/Alpha_complex/doc/Intro_alpha_complex.h6
1 files changed, 3 insertions, 3 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_