]> https://gitweb.dealii.org/ - dealii.git/commitdiff
change the -> operator 17520/head
authorOreste Marquis <oreste.marquis@hotmail.fr>
Fri, 16 Aug 2024 17:07:44 +0000 (13:07 -0400)
committerOreste Marquis <oreste.marquis@hotmail.fr>
Fri, 16 Aug 2024 17:07:44 +0000 (13:07 -0400)
include/deal.II/numerics/vector_tools_interpolate.templates.h

index 1e9633c441793b64e7580a476daf1160c09a37fd..e993f1f891d11a6505ea3a3940a0c88911e44764 100644 (file)
@@ -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(

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.