Skip to content

Commit

Permalink
forgot to add relenvant change
Browse files Browse the repository at this point in the history
  • Loading branch information
jh66637 committed Oct 18, 2022
1 parent e19f2b6 commit ee0c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/cgal/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ namespace CGALWrappers

if (tolerance > std::numeric_limits<double>::min())
for (auto &v : vertices)
Utilities::round(v, 1.0/tolerance);
Utilities::round(v, -std::log10(tolerance));

return vertices;
}
Expand Down

0 comments on commit ee0c165

Please sign in to comment.