Skip to content

Commit

Permalink
cerr please
Browse files Browse the repository at this point in the history
  • Loading branch information
bla-zz committed Jun 2, 2020
1 parent fa28ae2 commit 1edad18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treedepth.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Treedepth {
} else {
// Recursively contract all vertices with min degree.
if (G.N == full_graph.N)
std::cout << "full_graph::contract" << std::flush;
std::cerr << "full_graph::contract" << std::flush;
Graph H;

// Contract v_min_degree with a neighbour with the most common
Expand Down

0 comments on commit 1edad18

Please sign in to comment.