We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa63a04 commit 724af8eCopy full SHA for 724af8e
include/graphblas/algorithms/triangle_count.hpp
@@ -18,14 +18,14 @@
18
/**
19
* @file
20
*
21
- * Implements the triangle counting and triangle enumeration algorithms.
+ * Implements the triangle counting algorithm, using different methods.
22
23
* @author B. Lozes
24
* @date: May 10th, 2023
25
*/
26
27
-#ifndef _H_GRB_TRIANGLE_ENUMERATION
28
-#define _H_GRB_TRIANGLE_ENUMERATION
+#ifndef _H_GRB_TRIANGLE_COUNT
+#define _H_GRB_TRIANGLE_COUNT
29
30
#include <map>
31
#include <numeric>
@@ -288,4 +288,4 @@ namespace grb {
288
289
} // namespace grb
290
291
-#endif // _H_GRB_TRIANGLE_ENUMERATION
+#endif // _H_GRB_TRIANGLE_COUNT
0 commit comments