diff --git a/source/fe/fe_tools_interpolate.cc b/source/fe/fe_tools_interpolate.cc index a337508f4358..9f400205ada1 100644 --- a/source/fe/fe_tools_interpolate.cc +++ b/source/fe/fe_tools_interpolate.cc @@ -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); }