Skip to content

Commit

Permalink
Reindent fe_tools_interpolate.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Jun 17, 2015
1 parent 168298e commit c6b2431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fe/fe_tools_interpolate.cc
Expand Up @@ -223,7 +223,7 @@ namespace FETools
if (locally_owned_dofs.is_element(i))
{
Assert(touch_count(i) != typename OutVector::value_type(),
ExcInternalError());
ExcInternalError());
u2(i) /= touch_count(i);
}

Expand Down

0 comments on commit c6b2431

Please sign in to comment.