fix include guard name
This commit is contained in:
		
							parent
							
								
									785891c315
								
							
						
					
					
						commit
						dbf7137a1a
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
#ifndef __BFS_COMPONENT_EXPLORER_H__
 | 
					#ifndef BFS_COMPONENT_EXPLORER_H_
 | 
				
			||||||
#define __BFS_COMPONENT_EXPLORER_H__
 | 
					#define BFS_COMPONENT_EXPLORER_H_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "../typedefs.h"
 | 
					#include "../typedefs.h"
 | 
				
			||||||
#include "../DataStructures/DynamicGraph.h"
 | 
					#include "../DataStructures/DynamicGraph.h"
 | 
				
			||||||
@ -145,4 +145,4 @@ template <typename GraphT> class BFSComponentExplorer
 | 
				
			|||||||
    const std::unordered_set<NodeID> &m_barrier_nodes;
 | 
					    const std::unordered_set<NodeID> &m_barrier_nodes;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif // BFS_COMPONENT_EXPLORER_H_
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user