diff --git a/DataStructures/NodeBasedGraph.h b/DataStructures/NodeBasedGraph.h index 14b5432d9..4ed864cfd 100644 --- a/DataStructures/NodeBasedGraph.h +++ b/DataStructures/NodeBasedGraph.h @@ -1,5 +1,5 @@ -#ifndef __NODE_BASED_GRAPH_H__ -#define __NODE_BASED_GRAPH_H__ +#ifndef NODE_BASED_GRAPH_H_ +#define NODE_BASED_GRAPH_H_ #include "DynamicGraph.h" #include "ImportEdge.h" @@ -241,4 +241,4 @@ SimpleNodeBasedDynamicGraphFromEdges(int number_of_nodes, std::vector