summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi/graph_simplicial_complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/include/gudhi/graph_simplicial_complex.h')
-rw-r--r--src/common/include/gudhi/graph_simplicial_complex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/include/gudhi/graph_simplicial_complex.h b/src/common/include/gudhi/graph_simplicial_complex.h
index 25d92be5..859504b2 100644
--- a/src/common/include/gudhi/graph_simplicial_complex.h
+++ b/src/common/include/gudhi/graph_simplicial_complex.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef GRAPH_SIMPLICIAL_COMPLEX_H
-#define GRAPH_SIMPLICIAL_COMPLEX_H
+#ifndef GRAPH_SIMPLICIAL_COMPLEX_H_
+#define GRAPH_SIMPLICIAL_COMPLEX_H_
#include <boost/graph/adjacency_list.hpp>
@@ -92,4 +92,4 @@ Graph_t compute_proximity_graph(PointCloud &points
return skel_graph;
}
-#endif // GRAPH_SIMPLICIAL_COMPLEX_H
+#endif // GRAPH_SIMPLICIAL_COMPLEX_H_