Skip to content

Commit

Permalink
Merge branch 'rh_doc' of https://github.com/craffael/lehrfempp into r…
Browse files Browse the repository at this point in the history
…h_doc
  • Loading branch information
ralfh committed Jun 7, 2024
2 parents a3b794f + 66d7642 commit 2bac07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lf/assemble/dofhandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void UniformFEDofHandler::initIndexArrays() {
// Collect indices of interior shape functions of edges
// Internal ordering may depend on the orientation of the edge, if
// the check_edge_orientation_ flag is set
std::span<const lf::mesh::Orientation> edge_orientations =
const std::span<const lf::mesh::Orientation> edge_orientations =
cell_p->RelativeOrientations();
auto edges = cell_p->SubEntities(1);
// Loop over edges
Expand Down

0 comments on commit 2bac07c

Please sign in to comment.