Skip to content

Commit

Permalink
Update include/deal.II/matrix_free/shape_info.templates.h
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Munch <peterrmuench@gmail.com>
  • Loading branch information
NiklasWik and peterrum committed Apr 25, 2022
1 parent 772aba0 commit da5678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/matrix_free/shape_info.templates.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ namespace internal

// To get the right shape_values of the RT element
std::vector<unsigned int> lex_normal, lex_tangent;
for (unsigned int i = 0; i < fe.degree; i++)
for (unsigned int i = 0; i < fe.degree; ++i)
lex_tangent.push_back(i);

lex_normal.push_back(0);
Expand Down

0 comments on commit da5678f

Please sign in to comment.