From: Oreste Marquis Date: Fri, 16 Aug 2024 17:07:44 +0000 (-0400) Subject: change the -> operator X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17520%2Fhead;p=dealii.git change the -> operator --- diff --git a/include/deal.II/numerics/vector_tools_interpolate.templates.h b/include/deal.II/numerics/vector_tools_interpolate.templates.h index 1e9633c441..e993f1f891 100644 --- a/include/deal.II/numerics/vector_tools_interpolate.templates.h +++ b/include/deal.II/numerics/vector_tools_interpolate.templates.h @@ -323,7 +323,7 @@ namespace VectorTools { const auto &fe_i = fe[fe_index]; // If the finite element has no dofs, we can skip it - if (fe_i->dofs_per_cell == 0) + if (fe_i.dofs_per_cell == 0) continue; Assert(fe_i.has_generalized_support_points(), ExcMessage(