Skip to content

Commit 724af8e

Browse files
byjtewanyzelman
authored andcommitted
Rename algorithm header
1 parent fa63a04 commit 724af8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/graphblas/algorithms/triangle_count.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
/**
1919
* @file
2020
*
21-
* Implements the triangle counting and triangle enumeration algorithms.
21+
* Implements the triangle counting algorithm, using different methods.
2222
*
2323
* @author B. Lozes
2424
* @date: May 10th, 2023
2525
*/
2626

27-
#ifndef _H_GRB_TRIANGLE_ENUMERATION
28-
#define _H_GRB_TRIANGLE_ENUMERATION
27+
#ifndef _H_GRB_TRIANGLE_COUNT
28+
#define _H_GRB_TRIANGLE_COUNT
2929

3030
#include <map>
3131
#include <numeric>
@@ -288,4 +288,4 @@ namespace grb {
288288

289289
} // namespace grb
290290

291-
#endif // _H_GRB_TRIANGLE_ENUMERATION
291+
#endif // _H_GRB_TRIANGLE_COUNT

0 commit comments

Comments
 (0)