Skip to content
Snippets Groups Projects
Commit 9c2a1491 authored by Martin Nolte's avatar Martin Nolte
Browse files

Merge branch 'bugfix/make-onedgrid-subindex-compile' into 'master'

[bugfix] make subIndex method for OneDGrid compile for all codimension

The index sets of OneDGrid support the subIndex method for entities of
all codimensions. However, while the code was semantically correct for
the case "cc != 0", the compiler would try to compile the "cc == 0"
branch, too. This caused a compile-time error.

This patch fixes the issue by calling a separate method for each
codimension.

See merge request !86
parents b076b05d 28f52137
No related branches found
No related tags found
1 merge request!86[bugfix] make subIndex method for OneDGrid compile for all codimension
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment