Skip to content

Commit 4e3325e

Browse files
old cast style fix
1 parent 1603fcc commit 4e3325e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/osp/coarser/Sarkar/Sarkar.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ template<typename Graph_t_in, typename Graph_t_out>
545545
std::vector<std::vector<vertex_idx_t<Graph_t_in>>> Sarkar<Graph_t_in, Graph_t_out>::generate_vertex_expansion_map(const Graph_t_in &dag_in, vertex_idx_t<Graph_t_in> &diff) {
546546
std::vector<std::vector<vertex_idx_t<Graph_t_in>>> expansionMap;
547547

548-
// std::cout << "Mode: " << (int) params.mode << "\n";
548+
// std::cout << "Mode: " << static_cast<int>(params.mode) << "\n";
549549

550550
switch (params.mode)
551551
{

0 commit comments

Comments
 (0)