Skip to content

Commit

Permalink
Rename algorithm header
Browse files Browse the repository at this point in the history
  • Loading branch information
byjtew committed Jun 29, 2023
1 parent 2ecdf1e commit 8933de1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/graphblas/algorithms/triangle_count.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
/**
* @file
*
* Implements the triangle counting and triangle enumeration algorithms.
* Implements the triangle counting algorithm, using different methods.
*
* @author B. Lozes
* @date: May 10th, 2023
*/

#ifndef _H_GRB_TRIANGLE_ENUMERATION
#define _H_GRB_TRIANGLE_ENUMERATION
#ifndef _H_GRB_TRIANGLE_COUNT
#define _H_GRB_TRIANGLE_COUNT

#include <map>
#include <numeric>
Expand Down Expand Up @@ -288,4 +288,4 @@ namespace grb {

} // namespace grb

#endif // _H_GRB_TRIANGLE_ENUMERATION
#endif // _H_GRB_TRIANGLE_COUNT

0 comments on commit 8933de1

Please sign in to comment.