Skip to content

Commit

Permalink
remove WIP utility not yet merged
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrmrc committed Sep 16, 2024
1 parent b26d5b1 commit 03ebbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/repairing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ Test<dim>::setup_agglomeration()
std::cout << "Number of generated agglomerates: " << ah->n_agglomerates()
<< std::endl;

std::cout << "########### Repairing the grid... ###########" << std::endl;
ah->repair_grid();
// std::cout << "########### Repairing the grid... ###########" <<
// std::endl; ah->repair_grid();
std::cout << "Defined all agglomerates" << std::endl;

// Check local bboxes
Expand Down

0 comments on commit 03ebbf2

Please sign in to comment.