Skip to content

Commit

Permalink
Fix scoped timer
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum committed Dec 26, 2020
1 parent 20e23b2 commit fe4f8e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/level_set_okz.cc
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ LevelSetOKZSolver<dim>::compute_curvature(const bool diffuse_large_values)
// compute the curvature directly from C, but that is less accurate. TODO:
// include that variant by a parameter
{
TimerOutput::Scope timer(*this->timer, "LS compute normal.");
this->compute_normal(false);
}
{
Expand Down

0 comments on commit fe4f8e0

Please sign in to comment.